diff --git a/configure/os/CONFIG.Common.RTEMS-mvme2100 b/configure/os/CONFIG.Common.RTEMS-mvme2100 index 3827db606..0249e2a48 100644 --- a/configure/os/CONFIG.Common.RTEMS-mvme2100 +++ b/configure/os/CONFIG.Common.RTEMS-mvme2100 @@ -7,6 +7,7 @@ # All RTEMS targets use the same Makefile fragment # RTEMS_TARGET_CPU = powerpc +ARCH_DEP_CFLAGS += -DMY_DO_BOOTP=NULL ARCH_DEP_CFLAGS += -DHAVE_PPCBUG MUNCH_SUFFIX = .boot diff --git a/configure/os/CONFIG.Common.RTEMS-mvme5500 b/configure/os/CONFIG.Common.RTEMS-mvme5500 new file mode 100644 index 000000000..c589ce994 --- /dev/null +++ b/configure/os/CONFIG.Common.RTEMS-mvme5500 @@ -0,0 +1,20 @@ +# +# $Id$ +# Author: W. Eric Norum +# Advanced Photon Source +# norume@aps.anl.gov +# +# All RTEMS targets use the same Makefile fragment +# +RTEMS_TARGET_CPU = powerpc +ARCH_DEP_CFLAGS += -DMY_DO_BOOTP=NULL +ARCH_DEP_CFLAGS += -DHAVE_MOTLOAD + +MUNCH_SUFFIX = .boot +MUNCHNAME = $(PRODNAME:%$(EXE)=%$(MUNCH_SUFFIX)) +define MUNCH_CMD + $(RTEMS_BASE)/bin/$(OBJCOPY_FOR_TARGET) -O binary $< $@ +endef + +include $(CONFIG)/os/CONFIG.Common.RTEMS +OP_SYS_LDLIBS += -lrtemsNfs