mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
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
|