mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
7 lines
184 B
Makefile
Executable File
7 lines
184 B
Makefile
Executable File
plus_sec := $(call as-instr,.arch_extension sec,+sec)
|
|
CFLAGS_test.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)
|
|
|
|
te_test-objs += test.o
|
|
|
|
obj-$(CONFIG_TE_TEST) += te_test.o
|