9 lines
131 B
Makefile
9 lines
131 B
Makefile
SRC_DIR := transform_layer
|
|
|
|
ifeq ($(CONFIG_SENSOR_SENSORDEVICE),y)
|
|
SRC_DIR += sensor
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|
|
|