mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
2009-05-29 Roxana Leontie <roxana.leontie@gmail.com>
* Makefile.am, preinstall.am: Install tty_drv.h
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-05-29 Roxana Leontie <roxana.leontie@gmail.com>
|
||||
|
||||
* Makefile.am, preinstall.am: Install tty_drv.h
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
|
||||
|
||||
@@ -27,7 +27,7 @@ noinst_PROGRAMS =
|
||||
SUBDIRS = . tools
|
||||
|
||||
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
|
||||
|
||||
@@ -61,6 +61,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
|
||||
|
||||
Reference in New Issue
Block a user