summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index b7d6f94e40..e6a3023913 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -27,6 +27,10 @@ include $(TOPDIR)/config.mk
SREC = hello_world.srec
+ifeq ($(CPU),mips)
+SREC =
+endif
+
# The following example is pretty 8xx specific...
ifeq ($(CPU),mpc8xx)
SREC += timer.srec
OpenPOWER on IntegriCloud