diff options
Diffstat (limited to 'arch/i386/kernel/Makefile')
-rw-r--r-- | arch/i386/kernel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile index 917e7abdf..b8a94af18 100644 --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -34,6 +34,10 @@ else endif endif +ifdef CONFIG_APM +OX_OBJS += apm.o +endif + ifdef SMP O_OBJS += io_apic.o smp.o trampoline.o endif |