X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2FMakefile;h=2c0f180ab34316d77571e5edc0abbabaaa63f992;hb=ad5ae9748644e16522b034a9a3ec5818cc10ec48;hp=1c92047b81bd7c756eb9eb8f3ecf772ede171002;hpb=541c369651398de4af04d2ce648aae03799d05b7;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/Makefile b/drivers/Makefile old mode 100644 new mode 100755 index 1c92047b81bd..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/ @@ -155,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