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.
LiteOS-Reading/src/demos/nbiot_without_atiny/Makefile

16 lines
287 B

include $(LITEOSTOPDIR)/config.mk
include $(LITEOSTOPDIR)/components/components.mk
MODULE_NAME := $(notdir $(CURDIR))
LOCAL_SRCS := nb_demo.c
LOCAL_INCLUDE := \
-I $(LITEOSTOPDIR)/include
LOCAL_INCLUDE += $(COMPONENTS_INCLUDE)
LOCAL_FLAGS := $(LOCAL_INCLUDE)
include $(MODULE)