X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2FMakefile;h=33227c8bd6de003d170962e7f7778ed1b091c460;hb=5c7f10fda362db16a7bf3e571b4ae1e88fac2466;hp=b22b109404ebef8506e8b8b8f064e8bd487768ad;hpb=5ddc329341a9a143f0567494e5f874008b22e1a7;p=u-boot diff --git a/drivers/Makefile b/drivers/Makefile index b22b109404..33227c8bd6 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/ @@ -16,3 +18,6 @@ obj-y += watchdog/ obj-$(CONFIG_QE) += qe/ obj-y += memory/ obj-y += pwm/ +obj-y += input/ +# SOC specific infrastructure drivers. +obj-y += soc/