X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2FMakefile;h=2c0f180ab34316d77571e5edc0abbabaaa63f992;hb=ad5ae9748644e16522b034a9a3ec5818cc10ec48;hp=092a62e79688da9b1a7466da63e52b9788f86ea0;hpb=de29502181a1954f27eb774c4d22532d33fa3d04;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/Makefile b/drivers/Makefile old mode 100644 new mode 100755 index 092a62e79688..2c0f180ab343 --- 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/ @@ -111,6 +113,7 @@ obj-$(CONFIG_CPU_IDLE) += cpuidle/ 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,3 +157,4 @@ obj-$(CONFIG_IPACK_BUS) += ipack/ obj-$(CONFIG_NTB) += ntb/ obj-$(CONFIG_GATOR) += gator/ +obj-y += headset_observe/ \ No newline at end of file