6 lines
92 B
Makefile
6 lines
92 B
Makefile
ifeq ($(CONFIG_SENSOR_AS830),y)
|
|
SRC_DIR += as830
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|