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