8 lines
219 B
Makefile
8 lines
219 B
Makefile
CSRCS += benchmark.c
|
|
CSRCS += benchmark_bg.c
|
|
|
|
DEPPATH += --dep-path $(LVGL_DIR)/lv_examples/lv_apps/benchmark
|
|
VPATH += :$(LVGL_DIR)/lv_examples/lv_apps/benchmark
|
|
|
|
CFLAGS += "-I$(LVGL_DIR)/lv_examples/lv_apps/benchmark"
|