kernel_liteos_a/kernel/extended/lms/Makefile

11 lines
157 B
Makefile
Executable File

include $(LITEOSTOPDIR)/config.mk
MODULE_NAME := $(notdir $(shell pwd))
LOCAL_SRCS := $(wildcard *.c)
LOCAL_FLAGS := $(LOCAL_INCLUDE)
include $(MODULE)