summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30a564d3cb..d18a973a24 100644
--- a/Makefile
+++ b/Makefile
@@ -1018,13 +1018,18 @@ trizepsiv_config : unconfig
fi;
@$(MKCONFIG) -n $@ -a trizepsiv arm pxa trizepsiv
-vpac270_nor_config \
+vpac270_nor_256M_config \
+vpac270_nor_128M_config \
vpac270_onenand_config : unconfig
@mkdir -p $(obj)include
@if [ "$(findstring onenand,$@)" ] ; then \
echo "#define CONFIG_ONENAND_U_BOOT" \
>>$(obj)include/config.h ; \
fi;
+ @if [ "$(findstring 256M,$@)" ] ; then \
+ echo "#define CONFIG_256M_U_BOOT" \
+ >>$(obj)include/config.h ; \
+ fi;
@$(MKCONFIG) -n $@ -a vpac270 arm pxa vpac270
#########################################################################
OpenPOWER on IntegriCloud