diff options
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index f061d0ada158..4b39ac68c3b1 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile | |||
@@ -67,13 +67,10 @@ endif | |||
67 | 67 | ||
68 | endif | 68 | endif |
69 | 69 | ||
70 | head-$(CONFIG_SPARC32) := arch/sparc/kernel/head_$(BITS).o | 70 | head-y := arch/sparc/kernel/head_$(BITS).o |
71 | head-$(CONFIG_SPARC32) += arch/sparc/kernel/init_task_$(BITS).o | 71 | head-y += arch/sparc/kernel/init_task_$(BITS).o |
72 | head-$(CONFIG_SPARC64) := arch/sparc64/kernel/head.o | ||
73 | head-$(CONFIG_SPARC64) += arch/sparc64/kernel/init_task.o | ||
74 | 72 | ||
75 | core-$(CONFIG_SPARC32) += arch/sparc/kernel/ | 73 | core-y += arch/sparc/kernel/ |
76 | core-$(CONFIG_SPARC64) += arch/sparc64/kernel/ | ||
77 | core-y += arch/sparc/mm/ arch/sparc/math-emu/ | 74 | core-y += arch/sparc/mm/ arch/sparc/math-emu/ |
78 | 75 | ||
79 | libs-y += arch/sparc/prom/ | 76 | libs-y += arch/sparc/prom/ |