commit | 4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Mon Dec 08 01:34:36 2003 +0000 |
committer | wdenk <wdenk> | Mon Dec 08 01:34:36 2003 +0000 |
tree | 445ad34577e02b219f118c8825ad5815c3229541 | |
parent | 9fd5e31fe0245c44a11d35a8603bb6b25c97b5c8 [diff] [blame] |
* Patch by Bernhard Kuhn, 28 Nov 2003: add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards
diff --git a/examples/Makefile b/examples/Makefile index 1e40c82..7a7739f 100644 --- a/examples/Makefile +++ b/examples/Makefile
@@ -56,6 +56,11 @@ BIN += sched.bin endif +ifeq ($(ARCH),m68k) +SREC = +BIN = +endif + # The following example is pretty 8xx specific... ifeq ($(CPU),mpc8xx) SREC += timer.srec