diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-22 00:27:32 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-25 00:27:53 +0900 |
commit | d7728aa408b478f83ec7f39ad80abf1046d71e39 (patch) | |
tree | bfc1dc8bb51a4ad5b4b70e296fbd54a6522e9db7 /arch/arm/mach-uniphier/Makefile | |
parent | 8469700b6c9cf31e4e2df7a005f5f5385c5be5d4 (diff) | |
download | u-boot-imx-d7728aa408b478f83ec7f39ad80abf1046d71e39.zip u-boot-imx-d7728aa408b478f83ec7f39ad80abf1046d71e39.tar.gz u-boot-imx-d7728aa408b478f83ec7f39ad80abf1046d71e39.tar.bz2 |
ARM: uniphier: move CONFIG_SUPPORT_CARD_* macros to local file
It is no longer necessary to define CONFIG_SUPPORT_CARD_* globally.
Move them to a C file as local macros. Also, rename the C file.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile index 5f17557..df6a569 100644 --- a/arch/arm/mach-uniphier/Makefile +++ b/arch/arm/mach-uniphier/Makefile @@ -29,7 +29,7 @@ endif obj-y += timer.o -obj-$(CONFIG_MICRO_SUPPORT_CARD) += support_card.o +obj-$(CONFIG_MICRO_SUPPORT_CARD) += micro-support-card.o obj-$(CONFIG_MACH_PH1_SLD3) += ph1-sld3/ obj-$(CONFIG_MACH_PH1_LD4) += ph1-ld4/ |