diff options
Diffstat (limited to 'arch/i386/Makefile')
-rw-r--r-- | arch/i386/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index 7ef695981..25b523026 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -85,12 +85,13 @@ endif HEAD := arch/i386/kernel/head.o arch/i386/kernel/init_task.o SUBDIRS += arch/i386/kernel arch/i386/mm arch/i386/lib + CORE_FILES := arch/i386/kernel/kernel.o arch/i386/mm/mm.o $(CORE_FILES) LIBS := $(TOPDIR)/arch/i386/lib/lib.a $(LIBS) $(TOPDIR)/arch/i386/lib/lib.a ifdef CONFIG_MATH_EMULATION SUBDIRS += arch/i386/math-emu -DRIVERS += arch/i386/math-emu/math.a +DRIVERS += arch/i386/math-emu/math.o endif arch/i386/kernel: dummy |