SmartAudio/lichee/brandy/u-boot-2014.07/drivers/key/Makefile

11 lines
138 B
Makefile
Executable File

ifndef CONFIG_GPADC_KEY
ifndef CONFIG_TPADC_KEY
obj-y += sunxi_key.o
else
obj-y += sunxi_tpkey.o
endif
else
obj-y += sunxi_gpkey.o
endif