c05564c4d8
Android 13
7 lines
176 B
Makefile
Executable file
7 lines
176 B
Makefile
Executable file
obj-y := highbank.o system.o smc.o
|
|
|
|
plus_sec := $(call as-instr,.arch_extension sec,+sec)
|
|
AFLAGS_smc.o :=-Wa,-march=armv7-a$(plus_sec)
|
|
|
|
obj-$(CONFIG_PM_SLEEP) += pm.o
|