commit | abf7a7c6760e57131b26e77b86768cbaac9e6e5a | [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 | 7f00b94979f18c3f7a1b2c4578fc452995b84657 [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