fusion/hal/hal_lightsensor/config.mk

7 lines
218 B
Makefile
Raw Permalink Normal View History

2025-08-05 07:53:44 +00:00
SRC += $(wildcard $(HAL_DIR)/hal_lightsensor/*.c)
CFLAGS += -I$(HAL_DIR)/hal_lightsensor
ifdef MOD_IRCUT
SRC += $(wildcard $(HAL_DIR)/hal_lightsensor/$(MOD_IRCUT)/*.c)
else
$(warning warning you sure no audio?)
endif