Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/lvgl/tests/makefile/Makefile
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

10 lines
206 B
Makefile

LVGL_DIR := $(CURDIR)/../..
include ../../lvgl.mk
CSRCS += test.c
CFLAGS += -DLV_CONF_SKIP=1 -DLV_BUILD_TEST=1 -I$(LVGL_DIR)/..
COBJS := $(patsubst %.c, %.o, $(CSRCS))
test_file: $(COBJS)
$(CC) -o $@ $^