summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-12-08 01:34:36 +0000
committerwdenk <wdenk>2003-12-08 01:34:36 +0000
commit4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be (patch)
tree445ad34577e02b219f118c8825ad5815c3229541 /examples/Makefile
parent9fd5e31fe0245c44a11d35a8603bb6b25c97b5c8 (diff)
downloadblackbird-obmc-uboot-4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be.tar.gz
blackbird-obmc-uboot-4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be.zip
* Patch by Bernhard Kuhn, 28 Nov 2003:
add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards
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
OpenPOWER on IntegriCloud