9 lines
167 B
Makefile
9 lines
167 B
Makefile
|
#
|
||
|
# Makefile for IIO proximity sensors
|
||
|
#
|
||
|
|
||
|
# When adding new entries keep the list in alphabetical order
|
||
|
|
||
|
ccflags-y += -Werror
|
||
|
obj-$(CONFIG_NVS_IQS2X3) += nvs_iqs2x3.o
|