X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fbootcount%2FMakefile;h=8256ed0f46b290e1037a1de768e6e16edb4f1a06;hb=85b8c5c4bf80025de4632ae6c9a8a606e51508a4;hp=012acef9ddd2daad27f2f76e89d5014b8c7d49a3;hpb=15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f;p=oweals%2Fu-boot.git diff --git a/drivers/bootcount/Makefile b/drivers/bootcount/Makefile index 012acef9dd..8256ed0f46 100644 --- a/drivers/bootcount/Makefile +++ b/drivers/bootcount/Makefile @@ -6,4 +6,5 @@ obj-y += bootcount.o obj-$(CONFIG_AT91SAM9XE) += bootcount_at91.o obj-$(CONFIG_BLACKFIN) += bootcount_blackfin.o obj-$(CONFIG_SOC_DA8XX) += bootcount_davinci.o +obj-$(CONFIG_AM33XX) += bootcount_davinci.o obj-$(CONFIG_BOOTCOUNT_RAM) += bootcount_ram.o