diff options
Diffstat (limited to 'arch/blackfin/mach-bf561/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf561/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf561/Makefile b/arch/blackfin/mach-bf561/Makefile new file mode 100644 index 000000000000..57f475a55161 --- /dev/null +++ b/arch/blackfin/mach-bf561/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # arch/blackfin/mach-bf561/Makefile | ||
3 | # | ||
4 | |||
5 | extra-y := head.o | ||
6 | |||
7 | obj-y := ints-priority.o | ||
8 | |||
9 | obj-$(CONFIG_BF561_COREB) += coreb.o | ||