X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2FMakefile;h=d8361d95fd15ea8dab26b6e408cb8d4fb17d0eeb;hb=9208fffebc907c12b3b72db6dd175c2d8b4fe557;hp=b23076f614a0fdac02c17cb19c3dcb45bcd90a68;hpb=84f24ac8278d287581e5a559a7299e1dc2b53481;p=karo-tx-uboot.git diff --git a/drivers/Makefile b/drivers/Makefile index b23076f614..d8361d95fd 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,5 @@ obj-y += video/ obj-y += watchdog/ obj-$(CONFIG_QE) += qe/ obj-y += memory/ +obj-y += pwm/ +obj-y += input/