X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2FMakefile;h=5d03f37a187b8fb5f112578ff69043ea2d0135ce;hb=df4fb1c36d35021c27aa9fb43062741712022ad3;hp=9cec2ba6fe96317f914e45effaf197de80a9ad48;hpb=c0bb110b695130866838518e680bdd5473e47928;p=karo-tx-uboot.git diff --git a/drivers/Makefile b/drivers/Makefile index 9cec2ba6fe..5d03f37a18 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -1,8 +1,8 @@ -obj-y += bios_emulator/ +obj-$(CONFIG_BIOSEMU) += bios_emulator/ obj-y += block/ obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/ obj-y += crypto/ -obj-y += fpga/ +obj-$(CONFIG_FPGA) += fpga/ obj-y += hwmon/ obj-y += misc/ obj-y += pcmcia/ @@ -13,3 +13,4 @@ obj-y += tpm/ obj-y += twserial/ obj-y += video/ obj-y += watchdog/ +obj-$(CONFIG_QE) += qe/