summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-19 09:57:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-19 09:57:02 +0000
commit9a4b31f873b837d66bea4fa01c6e5cf54a009960 (patch)
tree0263aef30ad68d0b0d8a506f92efa3e39fb106dc /c/src
parent2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-9a4b31f873b837d66bea4fa01c6e5cf54a009960.tar.bz2
2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>
* libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/libchip/Makefile.am7
2 files changed, 10 insertions, 1 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index cecd4f0073..d63574d07c 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
+
+2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* aclocal/env-rtemsbsp.m4: Remove refs to bare BSP.
* aclocal/enable-bare.m4: Remove.
* configure.ac: Remove BARE_CPU_MODEL.
diff --git a/c/src/libchip/Makefile.am b/c/src/libchip/Makefile.am
index ded7c067f0..43513c5b37 100644
--- a/c/src/libchip/Makefile.am
+++ b/c/src/libchip/Makefile.am
@@ -66,7 +66,8 @@ EXTRA_DIST += network/README network/README.cs8900 network/README.dec21140 \
# rtc
if LIBCHIP
-include_libchip_HEADERS += rtc/rtc.h rtc/icm7170.h rtc/m48t08.h rtc/mc146818a.h
+include_libchip_HEADERS += rtc/rtc.h rtc/icm7170.h rtc/m48t08.h \
+ rtc/mc146818a.h
EXTRA_LIBRARIES += librtcio.a
CLEANFILES += librtcio.a
@@ -228,6 +229,10 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/icm7170.h
$(PROJECT_INCLUDE)/libchip/m48t08.h: rtc/m48t08.h $(PROJECT_INCLUDE)/libchip/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/m48t08.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/m48t08.h
+
+$(PROJECT_INCLUDE)/libchip/mc146818a.h: rtc/mc146818a.h $(PROJECT_INCLUDE)/libchip/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/mc146818a.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/mc146818a.h
endif
if LIBCHIP