2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>

* libchip/Makefile.am: Reflect addtion of rtc/mc146818*.
This commit is contained in:
Ralf Corsepius
2004-10-19 09:57:02 +00:00
parent 41ed282ac5
commit 9a4b31f873
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
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.

View File

@@ -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