From 4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 8 Dec 2003 01:34:36 +0000 Subject: * Patch by Bernhard Kuhn, 28 Nov 2003: add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards --- examples/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/Makefile') 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 -- cgit v1.2.1