X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2FMakefile;h=b22b109404ebef8506e8b8b8f064e8bd487768ad;hb=a4277200a2253fda49342aa65800d27e61276170;hp=9cec2ba6fe96317f914e45effaf197de80a9ad48;hpb=9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae;p=u-boot diff --git a/drivers/Makefile b/drivers/Makefile index 9cec2ba6fe..b22b109404 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,6 @@ obj-y += tpm/ obj-y += twserial/ obj-y += video/ obj-y += watchdog/ +obj-$(CONFIG_QE) += qe/ +obj-y += memory/ +obj-y += pwm/