mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-16 19:04:41 +08:00
6 lines
163 B
Makefile
6 lines
163 B
Makefile
|
obj-y := board.o
|
||
|
obj-$(CONFIG_SMP) += platsmp.o
|
||
|
obj-$(CONFIG_QCOM_SCM) += scm.o scm-boot.o
|
||
|
|
||
|
CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)
|