diff options
author | wdenk <wdenk> | 2003-12-08 01:34:36 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-08 01:34:36 +0000 |
commit | 4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be (patch) | |
tree | 445ad34577e02b219f118c8825ad5815c3229541 /examples/Makefile | |
parent | 9fd5e31fe0245c44a11d35a8603bb6b25c97b5c8 (diff) |
* 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/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 1e40c829ee3..7a7739f6d86 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 |