From acc25eec35e186abc118b9ca4f097e22fc6b4846 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Dec 1999 14:31:19 +0000 Subject: Merged of mcp750 and mvme2307 BSP by Eric Valette . As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx. --- c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in') diff --git a/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in b/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in index b1af70d442..4490d4b392 100644 --- a/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in +++ b/c/src/lib/libbsp/powerpc/mcp750/clock/Makefile.in @@ -11,9 +11,7 @@ subdir = powerpc/mcp750/clock RTEMS_ROOT = @RTEMS_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@ -VPATH = @srcdir@ - -PGM = ${ARCH}/clock.rel +VPATH = @srcdir@:@srcdir@/../../shared/clock # C source names, if any, go here -- minus the .c C_PIECES = p_clock @@ -58,10 +56,7 @@ LDFLAGS += CLEAN_ADDITIONS += CLOBBER_ADDITIONS += -$(PGM): ${OBJS} - $(make-rel) - -all: ${ARCH} $(SRCS) $(PGM) +all: ${ARCH} $(SRCS) $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all -- cgit v1.2.3