mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-24 23:37:21 +00:00
13 lines
271 B
Makefile
13 lines
271 B
Makefile
CSRCS += FT5406EE8.c
|
|
CSRCS += keyboard.c
|
|
CSRCS += mouse.c
|
|
CSRCS += mousewheel.c
|
|
CSRCS += evdev.c
|
|
CSRCS += libinput.c
|
|
CSRCS += XPT2046.c
|
|
|
|
DEPPATH += --dep-path $(LVGL_DIR)/lv_drivers/indev
|
|
VPATH += :$(LVGL_DIR)/lv_drivers/indev
|
|
|
|
CFLAGS += "-I$(LVGL_DIR)/lv_drivers/indev"
|