mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 04:55:15 +07:00
![Steven Miao](/assets/img/avatar_default.png)
If SCB exists in select blackfin cpu, developer can change the SCB priority in kernel configuration. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Steven Miao <realmz6@gmail.com>
8 lines
147 B
Makefile
8 lines
147 B
Makefile
#
|
|
# arch/blackfin/mach-bf609/Makefile
|
|
#
|
|
|
|
obj-y := dma.o clock.o ints-priority.o
|
|
obj-$(CONFIG_PM) += pm.o dpm.o
|
|
obj-$(CONFIG_SCB_PRIORITY) += scb.o
|