mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 10:26:40 +07:00
2c4f829b0c
Merge single core ints-priority-sc.c and dual core ints-priority-dc.c into one common code ints-priority.c Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
10 lines
194 B
Makefile
10 lines
194 B
Makefile
#
|
|
# arch/blackfin/mach-common/Makefile
|
|
#
|
|
|
|
obj-y := \
|
|
cache.o cacheinit.o entry.o \
|
|
interrupt.o lock.o irqpanic.o arch_checks.o ints-priority.o
|
|
|
|
obj-$(CONFIG_PM) += pm.o dpmc.o
|