mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2004-02-08 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add irq.h and vectors.h
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-02-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add irq.h and vectors.h
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Convert to automake-building rules.
|
||||
|
||||
@@ -18,7 +18,8 @@ noinst_DATA =
|
||||
include_bspdir = $(includedir)/bsp
|
||||
|
||||
include_HEADERS += include/coverhd.h
|
||||
include_bsp_HEADERS = include/mbx.h include/commproc.h include/8xx_immap.h
|
||||
include_bsp_HEADERS = include/mbx.h include/commproc.h include/8xx_immap.h \
|
||||
irq/irq.h vectors/vectors.h
|
||||
|
||||
EXTRA_DIST = times-mbx821 times-mbx860
|
||||
|
||||
@@ -157,6 +158,14 @@ $(PROJECT_INCLUDE)/bsp/8xx_immap.h: include/8xx_immap.h $(PROJECT_INCLUDE)/bsp/$
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/8xx_immap.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/8xx_immap.h
|
||||
|
||||
$(PROJECT_INCLUDE)/bsp/irq.h: irq/irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.h
|
||||
|
||||
$(PROJECT_INCLUDE)/bsp/vectors.h: vectors/vectors.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vectors.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
|
||||
|
||||
$(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
|
||||
TMPINSTALL_FILES += $(PROJECT_LIB)/linkcmds
|
||||
|
||||
Reference in New Issue
Block a user