summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 1e40c829ee..7a7739f6d8 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -56,6 +56,11 @@ SREC += sched.srec
BIN += sched.bin
endif
+ifeq ($(ARCH),m68k)
+SREC =
+BIN =
+endif
+
# The following example is pretty 8xx specific...
ifeq ($(CPU),mpc8xx)
SREC += timer.srec