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