summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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