2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* bootloader/Makefile.am: Remove DEFAULT_INCLUDES.
This commit is contained in:
Ralf Corsepius
2006-10-17 02:26:55 +00:00
parent 06797827c6
commit 454e6b1f74
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* bootloader/Makefile.am: Remove DEFAULT_INCLUDES.
2006-09-11 Chris Johns <chrisj@rtems.org>
* times.mcp750: Removed extra CRLF.

View File

@@ -25,8 +25,6 @@ bootloader_SOURCES = ../../../powerpc/shared/bootloader/head.S \
../../../powerpc/shared/console/keyboard.h
# ----
DEFAULT_INCLUDES =
# Remove references to EABI when compiling bootloader
BOOTLOADER_CPU_CFLAGS=$(subst -msdata=eabi,,$(subst -meabi,,$(CPU_CFLAGS)))
AM_CPPFLAGS = -D__BOOT__