diff options
author | Tom Rini <trini@konsulko.com> | 2015-09-24 12:28:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-24 12:28:02 -0400 |
commit | 7bb839d672ed3b28c7740429df4a307482868c5b (patch) | |
tree | 0713c473994463c67c13cd80c6206886509b98d6 /arch/arm/mach-uniphier/early-clk/Makefile | |
parent | ce50916ca1415da2f44931d93397d36ac0d208a2 (diff) | |
parent | a4bb44b027705f8c05fc525180cabaa3769247bb (diff) | |
download | u-boot-imx-7bb839d672ed3b28c7740429df4a307482868c5b.zip u-boot-imx-7bb839d672ed3b28c7740429df4a307482868c5b.tar.gz u-boot-imx-7bb839d672ed3b28c7740429df4a307482868c5b.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'arch/arm/mach-uniphier/early-clk/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/early-clk/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/early-clk/Makefile b/arch/arm/mach-uniphier/early-clk/Makefile new file mode 100644 index 0000000..393ea96 --- /dev/null +++ b/arch/arm/mach-uniphier/early-clk/Makefile @@ -0,0 +1,7 @@ +obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD3) += early-clk-ph1-ld4.o +obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD4) += early-clk-ph1-ld4.o +obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO4) += early-clk-ph1-ld4.o +obj-$(CONFIG_ARCH_UNIPHIER_PH1_SLD8) += early-clk-ph1-ld4.o +obj-$(CONFIG_ARCH_UNIPHIER_PH1_PRO5) += early-clk-ph1-pro5.o +obj-$(CONFIG_ARCH_UNIPHIER_PROXSTREAM2) += early-clk-proxstream2.o +obj-$(CONFIG_ARCH_UNIPHIER_PH1_LD6B) += early-clk-proxstream2.o |