diff options
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index f08063581804..21dc1a061bf1 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -75,7 +75,8 @@ ifdef CONFIG_INPUT_PCSPKR | |||
75 | obj-y += pcspeaker.o | 75 | obj-y += pcspeaker.o |
76 | endif | 76 | endif |
77 | 77 | ||
78 | obj-$(CONFIG_SCx200) += scx200_32.o | 78 | obj-$(CONFIG_SCx200) += scx200.o |
79 | scx200-y += scx200_32.o | ||
79 | 80 | ||
80 | ### | 81 | ### |
81 | # 64 bit specific files | 82 | # 64 bit specific files |