forked from Minki/linux
10 lines
123 B
Makefile
10 lines
123 B
Makefile
|
#
|
||
|
# arch/blackfin/mach-bf561/Makefile
|
||
|
#
|
||
|
|
||
|
extra-y := head.o
|
||
|
|
||
|
obj-y := ints-priority.o
|
||
|
|
||
|
obj-$(CONFIG_BF561_COREB) += coreb.o
|