X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=5ef58c051e7f969c0f1c25a247a933975fa129e3;hb=c0978a94aa4eab52e8c634ac0a43af4b411921e3;hp=b23076f614a0fdac02c17cb19c3dcb45bcd90a68;hpb=fe8b3212b7938861eacdefe6115810303a96f9cc;p=oweals%2Fu-boot.git diff --git a/drivers/Makefile b/drivers/Makefile index b23076f614..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,4 +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/