Patch to ease building MCP750 BSP.

This commit is contained in:
Joel Sherrill
1999-07-23 19:33:28 +00:00
parent 00d11bb7df
commit 1f42090624

View File

@@ -58,7 +58,10 @@ preinstall :
$(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/libcpu
all: ${ARCH} $(SRCS) preinstall $(OBJ) $(LIB)
# cd wrapup; $(MAKE)
if [ $(RTEMS_CPU_MODEL) == "mpc750" ]; \
then \
cd wrapup; $(MAKE); \
fi
# the .rel file built here will be put into libcpu.a by ../wrapup/Makefile
install: all