mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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:
@@ -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>
|
2010-03-10 Gedare Bloom <gedare@gwu.edu>
|
||||||
|
|
||||||
PR 1495/bsp
|
PR 1495/bsp
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ SUBDIRS = . tools
|
|||||||
|
|
||||||
include_bspdir = $(includedir)/bsp
|
include_bspdir = $(includedir)/bsp
|
||||||
include_bsp_HEADERS = ../../i386/shared/irq/irq.h \
|
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
|
include_HEADERS += include/crt.h
|
||||||
nodist_include_HEADERS += ../../shared/include/coverhd.h
|
nodist_include_HEADERS += ../../shared/include/coverhd.h
|
||||||
|
|||||||
@@ -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
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq_asm.h
|
||||||
PREINSTALL_FILES += $(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)
|
$(PROJECT_INCLUDE)/crt.h: include/crt.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/crt.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/crt.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/crt.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/crt.h
|
||||||
|
|||||||
Reference in New Issue
Block a user