You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
644 B
19 lines
644 B
#===============================================================================
|
|
# export variable
|
|
#===============================================================================
|
|
ifeq ($(CFG_SOCT_EXPORT_FLAG),)
|
|
SDK_DIR ?= $(shell cd $(CURDIR)/../../.. && /bin/pwd)
|
|
include $(SDK_DIR)/base.mak
|
|
endif
|
|
|
|
include $(SAMPLE_DIR)/base.mak
|
|
|
|
#===============================================================================
|
|
# local variable
|
|
#===============================================================================
|
|
SAMPLE_IMAGES := sample_uart
|
|
|
|
DEPEND_LIBS := -luapi_memory -luapi_common -luapi_securec
|
|
|
|
include $(SAMPLE_DIR)/soc_sample_rules.mak
|