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