Files
2021-12-14 10:32:17 +08:00

6 lines
92 B
Makefile

ifeq ($(CONFIG_SENSOR_AS830),y)
SRC_DIR += as830
endif
include $(KERNEL_ROOT)/compiler.mk