diff options
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index fa19c3819540..350eb1b2a208 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -91,6 +91,8 @@ endif | |||
91 | obj-$(CONFIG_SCx200) += scx200.o | 91 | obj-$(CONFIG_SCx200) += scx200.o |
92 | scx200-y += scx200_32.o | 92 | scx200-y += scx200_32.o |
93 | 93 | ||
94 | obj-$(CONFIG_OLPC) += olpc.o | ||
95 | |||
94 | ### | 96 | ### |
95 | # 64 bit specific files | 97 | # 64 bit specific files |
96 | ifeq ($(CONFIG_X86_64),y) | 98 | ifeq ($(CONFIG_X86_64),y) |