X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2FMakefile;h=c7d1ba752f5a3bd2be2e465f1db4259a67517d9c;hb=5013a8fe9733d7906daf046cd164bb2028a63fea;hp=292d528e22f1813ccdf290ededb0491984c46464;hpb=8134585f1c33565ea5e752a7ba9323ed3e0921f3;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/Makefile b/drivers/Makefile index 292d528e22f1..c7d1ba752f5a 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -8,6 +8,8 @@ obj-y += irqchip/ obj-y += bus/ +obj-$(CONFIG_GENERIC_PHY) += phy/ + # GPIO must come after pinctrl as gpios may need to mux pins etc obj-y += pinctrl/ obj-y += gpio/ @@ -108,9 +110,11 @@ obj-$(CONFIG_EISA) += eisa/ obj-y += lguest/ obj-$(CONFIG_CPU_FREQ) += cpufreq/ obj-$(CONFIG_CPU_IDLE) += cpuidle/ +obj-$(CONFIG_CPUQUIET_FRAMEWORK)+= cpuquiet/ obj-y += mmc/ obj-$(CONFIG_MEMSTICK) += memstick/ obj-y += leds/ +obj-$(CONFIG_SWITCH) += switch/ obj-$(CONFIG_INFINIBAND) += infiniband/ obj-$(CONFIG_SGI_SN) += sn/ obj-y += firmware/ @@ -154,4 +158,6 @@ obj-$(CONFIG_IPACK_BUS) += ipack/ obj-$(CONFIG_NTB) += ntb/ obj-$(CONFIG_GATOR) += gator/ +obj-y += headset_observe/ obj-$(CONFIG_CORESIGHT) += coresight/ +obj-$(CONFIG_ANDROID) += android/