sdk-hwV1.3/lichee/brandy-2.0/u-boot-2018/drivers/phy_key/Makefile

12 lines
134 B
Makefile
Raw Normal View History

2024-05-07 10:09:20 +00:00
ifdef CONFIG_SUNXI_PHY_KEY
obj-$(CONFIG_SUNXI_LRADC_KEY) += sunxi_lrkey.o
obj-$(CONFIG_SUNXI_GPADC_KEY) += sunxi_gpkey.o
endif