New BSP -- updated network configuration.

This commit is contained in:
W. Eric Norum
2004-10-18 21:43:21 +00:00
parent 2a809e2102
commit 4b89949310
2 changed files with 21 additions and 0 deletions

View File

@@ -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

View File

@@ -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