X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2FMakefile;h=5ef58c051e7f969c0f1c25a247a933975fa129e3;hb=7df546a653462c91bc88bf9bf465ff2e39fde59e;hp=b22b109404ebef8506e8b8b8f064e8bd487768ad;hpb=5ddc329341a9a143f0567494e5f874008b22e1a7;p=u-boot diff --git a/drivers/Makefile b/drivers/Makefile index b22b109404..5ef58c051e 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -1,3 +1,5 @@ +obj-$(CONFIG_DM) += core/ +obj-$(CONFIG_DM_DEMO) += demo/ obj-$(CONFIG_BIOSEMU) += bios_emulator/ obj-y += block/ obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/ @@ -14,5 +16,10 @@ obj-y += twserial/ obj-y += video/ obj-y += watchdog/ obj-$(CONFIG_QE) += qe/ +obj-$(CONFIG_U_QE) += qe/ obj-y += memory/ obj-y += pwm/ +obj-y += input/ +# SOC specific infrastructure drivers. +obj-y += soc/ +obj-y += thermal/