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

11 lines
138 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
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