From 50f6753ea24ace2f13afd11bbb857a0bd7c8b517 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 May 2007 14:02:12 +0000 Subject: 2007-05-11 Joel Sherrill * Makefile.am: DMV152 obsoleted. * custom/dmv152.cfg: Removed. --- make/custom/dmv152.cfg | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 make/custom/dmv152.cfg (limited to 'make/custom/dmv152.cfg') diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg deleted file mode 100644 index 2e9a4d2f0f..0000000000 --- a/make/custom/dmv152.cfg +++ /dev/null @@ -1,42 +0,0 @@ -# -# Config file for the dmv152 BSP -# -# $Id$ -# - -include $(RTEMS_ROOT)/make/custom/default.cfg - -RTEMS_CPU=m68k -RTEMS_CPU_MODEL=m68020 - -# This is the actual bsp directory used during the build process. -RTEMS_BSP_FAMILY=dmv152 - -# -# This contains the compiler options necessary to select the CPU model -# and (hopefully) optimize for it. -# - -CPU_CFLAGS = - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer - -# Here is the rule to actually build a $(ARCH)/foo.exe -# It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm -# Usage ref: src/tests/sptest/sp1/Makefile - -# The following are definitions of make-exe which will work using ld as -# is currently required. - -define make-exe - $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ - $(LINK_OBJS) $(LINK_LIBS) - $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).srec - sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \ - $(PACKHEX) > $@ - $(NM) -g -n $(basename $@).nxe > $(basename $@).num - $(SIZE) $(basename $@).nxe -endef - -# Miscellaneous additions go here -- cgit v1.2.3