kernel_liteos_a/fs/patchfs/Makefile

8 lines
123 B
Makefile

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