summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-04-29 08:05:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-04-29 08:05:54 +0000
commit8a7f8c23f48b484f54f66155a2495f5a17dcf3cb (patch)
tree461007621c1b8099c67d88dd7a7c70d4156381bd /c/src/wrapup/Makefile.am
parent2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8a7f8c23f48b484f54f66155a2495f5a17dcf3cb.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'c/src/wrapup/Makefile.am')
-rw-r--r--c/src/wrapup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index d31d31e676..077fb75f81 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -28,6 +28,7 @@ SRCS += $(wildcard $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a)
if LIBCHIP
SRCS += ../libchip/rtc/$(ARCH)/librtcio.a
SRCS += ../libchip/serial/$(ARCH)/libserialio.a
+SRCS += ../libchip/ide/$(ARCH)/libide.a
SRCS += $(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a)
endif