6 lines
92 B
Makefile
6 lines
92 B
Makefile
ifeq ($(CONFIG_SENSOR_QS_FS),y)
|
|
SRC_DIR += qs-fs
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|