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

MODULE_NAME := z

LOCAL_SRCS := $(wildcard $(LITEOSTHIRDPARTY)/zlib/*.c)

include $(MODULE)