2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

Makefile.am: Reflect having moved automake.
	bootloader/Makefile.am: Reflect having moved automake.
	clock/Makefile.am: Reflect having moved automake.
	console/Makefile.am: Reflect having moved automake.
	include/Makefile.am: Reflect having moved automake.
	irq/Makefile.am: Reflect having moved automake.
	motorola/Makefile.am: Reflect having moved automake.
	openpic/Makefile.am: Reflect having moved automake.
	pci/Makefile.am: Reflect having moved automake.
	residual/Makefile.am: Reflect having moved automake.
	start/Makefile.am: Reflect having moved automake.
	startup/Makefile.am: Reflect having moved automake.
	vectors/Makefile.am: Reflect having moved automake.
	vme/Makefile.am: Reflect having moved automake.
This commit is contained in:
Ralf Corsepius
2003-08-16 12:54:15 +00:00
parent 99c31f85b0
commit 20ccd1f124
15 changed files with 32 additions and 15 deletions

View File

@@ -1,3 +1,20 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
bootloader/Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
irq/Makefile.am: Reflect having moved automake.
motorola/Makefile.am: Reflect having moved automake.
openpic/Makefile.am: Reflect having moved automake.
pci/Makefile.am: Reflect having moved automake.
residual/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
vectors/Makefile.am: Reflect having moved automake.
vme/Makefile.am: Reflect having moved automake.
2003-08-05 Till Strauman <strauman@slac.stanford.edu>
PR 437/bsps

View File

@@ -8,5 +8,5 @@ SUBDIRS = clock console include pci residual openpic irq vectors start \
startup motorola bootloader vme
endif
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -14,4 +14,4 @@ noinst_DATA = ppcboot.lds
EXTRA_DIST = README bootldr.h em86.c em86real.S exception.S head.S lib.c \
misc.c mm.c pci.c pci.h ppcboot.lds zlib.c zlib.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -7,4 +7,4 @@ C_FILES = p_clock.c
EXTRA_DIST = p_clock.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -21,4 +21,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = console.c inch.c polled_io.c uart.c \
reboot.c console.inl
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -5,4 +5,4 @@
noinst_HEADERS = nvram.h bsp.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -23,4 +23,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = i8259.c irq.c irq_asm.S irq_init.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -20,4 +20,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = motorola.c motorola.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -20,4 +20,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = openpic.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -20,4 +20,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = pci.c pci.h detect_raven_bridge.c pcifinddevice.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -20,4 +20,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = residual.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -7,4 +7,4 @@ S_FILES = start.S rtems_crti.S
EXTRA_DIST = start.S rtems_crti.S
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -9,4 +9,4 @@ noinst_DATA = linkcmds
EXTRA_DIST = bspstart.c linkcmds pgtbl_setup.c pgtbl_activate.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -22,4 +22,4 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = vectors.S vectors.h vectors_init.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -10,4 +10,4 @@ C_FILES = vmeconfig.c
EXTRA_DIST = vmeconfig.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am