7 lines
158 B
Makefile
Executable File
7 lines
158 B
Makefile
Executable File
include $(LITEOSTOPDIR)/config.mk
|
|
|
|
MODULE_NAME := sec
|
|
LOCAL_SRCS := $(wildcard $(LITEOSTHIRDPARTY)/bounds_checking_function/src/*.c)
|
|
|
|
include $(MODULE)
|