6 lines
94 B
Makefile
6 lines
94 B
Makefile
ifeq ($(CONFIG_SENSOR_PS5308),y)
|
|
SRC_DIR += ps5308
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|