Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/lvgl_v8/lvgl/tests/makefile/Makefile
刘可亮 0ef85b55da v1.1.0
2024-09-30 17:06:01 +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 $@ $^