summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-21 12:47:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-21 12:47:28 +0000
commit195a350e0ba9bd8be4e9eb0b8471e8805816bd0b (patch)
tree9d55231727dc1311db0db216f677645f5f6d257d /c
parent2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-195a350e0ba9bd8be4e9eb0b8471e8805816bd0b.tar.bz2
2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
Diffstat (limited to 'c')
-rw-r--r--c/src/libchip/ChangeLog4
-rw-r--r--c/src/libchip/ide/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/c/src/libchip/ChangeLog b/c/src/libchip/ChangeLog
index 08ef139364..65eb1c960a 100644
--- a/c/src/libchip/ChangeLog
+++ b/c/src/libchip/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
+
2003-08-20 Joel Sherrill <joel@OARcorp.com>
* network/cs8900.c: Correct copyright statements.
diff --git a/c/src/libchip/ide/Makefile.am b/c/src/libchip/ide/Makefile.am
index 0c2e87e5d2..af180a4f36 100644
--- a/c/src/libchip/ide/Makefile.am
+++ b/c/src/libchip/ide/Makefile.am
@@ -12,7 +12,6 @@ noinst_HEADERS = ata_internal.h
OBJS = $(C_O_FILES)
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am