]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
Patches by Stephan Linz, 30 Jan 2004:
[karo-tx-uboot.git] / Makefile
index e622e68bcf0c650d16ecc8d8a8284e6762f343e6..56c84ec86ac6cf46de90ac3a4f2cb15f8c0887fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1064,6 +1064,7 @@ DK1C20_config:    unconfig
 
 DK1S10_safe_32_config          \
 DK1S10_standard_32_config      \
+DK1S10_mtx_ldk_20_config       \
 DK1S10_config: unconfig
        @ >include/config.h
        @[ -z "$(findstring _safe_32,$@)" ] || \
@@ -1074,6 +1075,10 @@ DK1S10_config:   unconfig
                { echo "#define CONFIG_NIOS_STANDARD_32 1" >>include/config.h ; \
                  echo "... NIOS 'standard_32' configuration" ; \
                }
+       @[ -z "$(findstring _mtx_ldk_20,$@)" ] || \
+               { echo "#define CONFIG_NIOS_MTX_LDK_20 1" >>include/config.h ; \
+                 echo "... NIOS 'mtx_ldk_20' configuration" ; \
+               }
        @[ -z "$(findstring DK1S10_config,$@)" ] || \
                { echo "#define CONFIG_NIOS_STANDARD_32 1" >>include/config.h ; \
                  echo "... NIOS 'standard_32' configuration (DEFAULT)" ; \