summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc8260ads/startup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-03 14:38:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-03 14:38:00 +0000
commit0896b3c51f61ecd73100864c13a9914dc2113c89 (patch)
treed644095fee2768fb8a72fd454ee4d1e6610a730c /c/src/lib/libbsp/powerpc/mpc8260ads/startup
parent2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0896b3c51f61ecd73100864c13a9914dc2113c89.tar.bz2
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add preinstallation dirstamp support. * clock/Makefile.am: Cosmetics. * console/Makefile.am: Cosmetics. * irq/Makefile.am: Add preinstallation dirstamp support. * network/Makefile.am: Cosmetics. * startup/Makefile.am: Cosmetics. * vectors/Makefile.am: Add preinstallation dirstamp support. * wrapup/Makefile.am: Cosmetics.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mpc8260ads/startup')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/startup/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/Makefile.am b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/Makefile.am
index 3de8d6a740..f7b6a18a2c 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/startup/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/startup/Makefile.am
@@ -2,13 +2,12 @@
## $Id$
##
-
VPATH = @srcdir@:@srcdir@/../../../shared
PGM = $(ARCH)/startup.rel
-C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c \
- main.c sbrk.c setvec.c gnatinstallhandler.c cpuinit.c
+C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \
+ setvec.c gnatinstallhandler.c cpuinit.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
S_FILES =