Files
luban-lite-t3e-pro/packages/third-party/lvgl/lvgl-8.3.2/tests/makefile/Makefile

10 lines
206 B
Makefile
Raw Normal View History

2023-08-30 16:21:18 +08:00
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 $@ $^