X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2FMakefile;h=b250b36b54f26690840ffdd47d0c96bfc3aec7b6;hb=942cde724075f840ded89390b10dce1a47a4d712;hp=4c270f5414f0b017819d52d29bbab630a5174992;hpb=91a247d7d3694a161092931ea4e0b13c11b8e9a0;p=karo-tx-linux.git diff --git a/drivers/Makefile b/drivers/Makefile index 4c270f5414f0..b250b36b54f2 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -11,7 +11,7 @@ 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-$(CONFIG_PINCTRL) += pinctrl/ obj-y += gpio/ obj-y += pwm/ obj-$(CONFIG_PCI) += pci/ @@ -161,6 +161,7 @@ obj-$(CONFIG_NTB) += ntb/ obj-$(CONFIG_FMC) += fmc/ obj-$(CONFIG_POWERCAP) += powercap/ obj-$(CONFIG_MCB) += mcb/ +obj-$(CONFIG_PERF_EVENTS) += perf/ obj-$(CONFIG_RAS) += ras/ obj-$(CONFIG_THUNDERBOLT) += thunderbolt/ obj-$(CONFIG_CORESIGHT) += hwtracing/coresight/