summaryrefslogtreecommitdiff
path: root/polux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'polux/Makefile')
-rw-r--r--polux/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/polux/Makefile b/polux/Makefile
index 383a6fdee4..7c8ade8662 100644
--- a/polux/Makefile
+++ b/polux/Makefile
@@ -388,6 +388,11 @@ ppc_spc200e_defconfig:
cp $@ .defconfig
$(MAKE) defconfig
+all_mse500_200_defconfig:
+ cp $@ .config
+ cp $@ .defconfig
+ $(MAKE) defconfig
+
all_mse500dini_200_defconfig:
cp $@ .config
cp $@ .defconfig
@@ -403,6 +408,11 @@ all_spc200e_defconfig:
cp $@ .defconfig
$(MAKE) defconfig
+slave_mse500_200_defconfig:
+ cp $@ .config
+ cp $@ .defconfig
+ $(MAKE) defconfig
+
slave_mse500dini_200_defconfig:
cp $@ .config
cp $@ .defconfig
@@ -418,9 +428,9 @@ slave_spc200e_defconfig:
cp $@ .defconfig
$(MAKE) defconfig
-.PHONY: all_mse500dini_200_defconfig all_spc200c_defconfig all_spc200e_defconfig \
- slave_mse500dini_200_defconfig slave_spc200c_defconfig slave_spc200e_defconfig \
- ppc_spc200c_defconfig ppc_spc200e_defconfig
+.PHONY: all_mse500_200_defconfig all_mse500dini_200_defconfig all_spc200c_defconfig \
+ all_spc200e_defconfig slave_mse500_200_defconfig slave_mse500dini_200_defconfig \
+ slave_spc200c_defconfig slave_spc200e_defconfig ppc_spc200c_defconfig ppc_spc200e_defconfig
ifneq ($(HG_DIR),)
VERSION_TAG:=$(shell hg identify -t)