diff options
author | Tom Rini <trini@konsulko.com> | 2016-02-02 07:24:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-02 07:24:52 -0500 |
commit | 161b1fe745394f34c4aa506edc964089785919f6 (patch) | |
tree | 8d7c40866bfd9df6e5ed6e848469e43ed9f77b42 /arch/arm/mach-at91/Makefile | |
parent | 008e61f5120e7d3acb937953b1322e3aee3160d4 (diff) | |
parent | 37dadbca0c8b9bff00f892fd87a978cbe0a98b3a (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-atmel
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 5b89617623..abd1d13da7 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -9,6 +9,7 @@ obj-$(CONFIG_AT91SAM9G20) += sdram.o spl_at91.o obj-$(CONFIG_AT91SAM9M10G45) += mpddrc.o spl_at91.o obj-$(CONFIG_AT91SAM9N12) += mpddrc.o spl_at91.o obj-$(CONFIG_AT91SAM9X5) += mpddrc.o spl_at91.o +obj-$(CONFIG_SAMA5D2) += mpddrc.o spl_atmel.o matrix.o atmel_sfr.o obj-$(CONFIG_SAMA5D3) += mpddrc.o spl_atmel.o obj-$(CONFIG_SAMA5D4) += mpddrc.o spl_atmel.o matrix.o atmel_sfr.o obj-y += spl.o |