mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:06:41 +07:00
10 lines
133 B
Makefile
10 lines
133 B
Makefile
|
#
|
||
|
# arch/blackfin/mach-bf537/Makefile
|
||
|
#
|
||
|
|
||
|
extra-y := head.o
|
||
|
|
||
|
obj-y := ints-priority.o dma.o gpio.o
|
||
|
|
||
|
obj-$(CONFIG_CPU_FREQ) += cpu.o
|