kernel_liteos_a/lib/zlib/Makefile

8 lines
127 B
Makefile
Raw Normal View History

2020-09-08 10:21:39 +08:00
include $(LITEOSTOPDIR)/config.mk
MODULE_NAME := z
LOCAL_SRCS := $(wildcard $(LITEOSTHIRDPARTY)/zlib/*.c)
include $(MODULE)