Makefile 123 字节
Newer Older
M
mamingshuai 已提交
1 2 3 4 5 6 7
include $(LITEOSTOPDIR)/config.mk

MODULE_NAME := $(notdir $(shell pwd))

LOCAL_SRCS := $(wildcard *.c)

include $(MODULE)