diff options
Diffstat (limited to 'arch/blackfin/mach-bf561/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf561/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf561/Makefile b/arch/blackfin/mach-bf561/Makefile index f39235a55783..59e18afe28c6 100644 --- a/arch/blackfin/mach-bf561/Makefile +++ b/arch/blackfin/mach-bf561/Makefile | |||
@@ -2,8 +2,7 @@ | |||
2 | # arch/blackfin/mach-bf561/Makefile | 2 | # arch/blackfin/mach-bf561/Makefile |
3 | # | 3 | # |
4 | 4 | ||
5 | extra-y := head.o | ||
6 | |||
7 | obj-y := ints-priority.o dma.o | 5 | obj-y := ints-priority.o dma.o |
8 | 6 | ||
9 | obj-$(CONFIG_BF561_COREB) += coreb.o | 7 | obj-$(CONFIG_BF561_COREB) += coreb.o |
8 | obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o | ||