2010-11-23 Joel Sherrill <joel.sherrilL@OARcorp.com>

* Makefile.am, preinstall.am: Add <bsp/tty_drv.h> to the set of
	installed .h files.
This commit is contained in:
Joel Sherrill
2010-11-23 18:41:53 +00:00
parent 9d2c281e2e
commit 69d6686f4a
3 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2010-11-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am, preinstall.am: Add <bsp/tty_drv.h> to the set of
installed .h files.
2010-03-10 Gedare Bloom <gedare@gwu.edu>
PR 1495/bsp

View File

@@ -26,7 +26,7 @@ SUBDIRS = . tools
include_bspdir = $(includedir)/bsp
include_bsp_HEADERS = ../../i386/shared/irq/irq.h \
../../i386/shared/irq/irq_asm.h
../../i386/shared/irq/irq_asm.h ../../i386/shared/comm/tty_drv.h
include_HEADERS += include/crt.h
nodist_include_HEADERS += ../../shared/include/coverhd.h

View File

@@ -57,6 +57,10 @@ $(PROJECT_INCLUDE)/bsp/irq_asm.h: ../../i386/shared/irq/irq_asm.h $(PROJECT_INCL
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq_asm.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq_asm.h
$(PROJECT_INCLUDE)/bsp/tty_drv.h: ../../i386/shared/comm/tty_drv.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/tty_drv.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/tty_drv.h
$(PROJECT_INCLUDE)/crt.h: include/crt.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/crt.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/crt.h