2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bootloader/Makefile.am: Install bootloader.o.
	Install bootloader/bootloader.ppcboot.lds.
This commit is contained in:
Ralf Corsepius
2002-07-25 05:10:13 +00:00
parent 7e111950ce
commit caee5a788f
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/Makefile.am: Install bootloader.o.
Install bootloader/bootloader.ppcboot.lds.
2002-07-24 Joel Sherrill <joel@OARcorp.com>
* vectors/Makefile.am: Install bsp/vectors.h.

View File

@@ -48,10 +48,9 @@ bootloader.o: $(bootloader_o_OBJECTS)
$(NM) $@ | grep ' U '
@echo "Every symbol listed should be defined in @srcdir@/ppcboot.lds"
# FIXME: We might want to apply this in future.
# ppcbootdir = $(exec_prefix)/@RTEMS_BSP@/lib
# ppcboot_DATA = bootloader.o
# ppcboot_DATA += ../../shared/bootloader/ppcboot.lds
ppcbootdir = $(bsplibdir)
ppcboot_DATA = bootloader.o
ppcboot_DATA += ../../shared/bootloader/ppcboot.lds
# FIXME: Tmp-install stuff to make mcp750.cfg's make-exe happy.
# As mcp750.cfg's make-exe doesn't work outside of the source-tree.