10 lines
120 B
Makefile
10 lines
120 B
Makefile
|
#
|
||
|
# arch/blackfin/mach-bf537/Makefile
|
||
|
#
|
||
|
|
||
|
extra-y := head.o
|
||
|
|
||
|
obj-y := ints-priority.o
|
||
|
|
||
|
obj-$(CONFIG_CPU_FREQ) += cpu.o
|