X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=33227c8bd6de003d170962e7f7778ed1b091c460;hb=027a9a002455a1175b0f5b7c7c5350afab2b4421;hp=b23076f614a0fdac02c17cb19c3dcb45bcd90a68;hpb=84f24ac8278d287581e5a559a7299e1dc2b53481;p=oweals%2Fu-boot.git diff --git a/drivers/Makefile b/drivers/Makefile index b23076f614..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/ @@ -15,3 +17,7 @@ obj-y += video/ obj-y += watchdog/ obj-$(CONFIG_QE) += qe/ obj-y += memory/ +obj-y += pwm/ +obj-y += input/ +# SOC specific infrastructure drivers. +obj-y += soc/