X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2FMakefile;h=c9031f2ce877842fd02d3446d9b1fe159ba0a2e1;hb=4c60850792e003bcafd16c324237a19307763829;hp=9d0a5959a8ef0079a7d4268b89000be663385415;hpb=d90a5a30dec16442fc64154e40018bdbb37776a9;p=karo-tx-uboot.git diff --git a/drivers/Makefile b/drivers/Makefile index 9d0a5959a8..c9031f2ce8 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -1,3 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + obj-$(CONFIG_$(SPL_)DM) += core/ obj-$(CONFIG_$(SPL_)CLK) += clk/ obj-$(CONFIG_$(SPL_)LED) += led/ @@ -35,6 +39,7 @@ obj-$(CONFIG_SPL_SATA_SUPPORT) += block/ else +obj-y += adc/ obj-$(CONFIG_DM_DEMO) += demo/ obj-$(CONFIG_BIOSEMU) += bios_emulator/ obj-y += block/ @@ -48,6 +53,7 @@ obj-y += pcmcia/ obj-y += dfu/ obj-y += rtc/ obj-y += sound/ +obj-y += timer/ obj-y += tpm/ obj-y += twserial/ obj-y += video/ @@ -59,6 +65,7 @@ obj-y += pwm/ obj-y += input/ # SOC specific infrastructure drivers. obj-y += soc/ +obj-$(CONFIG_REMOTEPROC) += remoteproc/ obj-y += thermal/ endif