summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ededf8a273..6ec6a39dd1 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,9 @@ endif
ifeq ($(ARCH),mips)
CROSS_COMPILE = mips_4KC-
endif
+ifeq ($(ARCH),nios)
+CROSS_COMPILE = nios-elf-
+endif
endif
endif
@@ -941,6 +944,17 @@ incaip_config: unconfig
purple_config : unconfig
@./mkconfig $(@:_config=) mips mips purple
+#========================================================================
+# Nios
+#========================================================================
+#########################################################################
+## Nios32
+#########################################################################
+
+DK1C20_config: unconfig
+ @./mkconfig $(@:_config=) nios nios dk1c20
+
+
#########################################################################
#########################################################################
OpenPOWER on IntegriCloud