Changeset 062ed08 in rtems
- Timestamp:
- 02/08/04 17:12:16 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c25405f
- Parents:
- 75b453f
- Location:
- c/src/lib/libbsp/powerpc/mbx8xx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
r75b453f r062ed08 1 2004-02-08 Joel Sherrill <joel@OARcorp.com> 2 3 * Makefile.am: Add irq.h and vectors.h 4 1 5 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/mbx8xx/Makefile.am
r75b453f r062ed08 19 19 20 20 include_HEADERS += include/coverhd.h 21 include_bsp_HEADERS = include/mbx.h include/commproc.h include/8xx_immap.h 21 include_bsp_HEADERS = include/mbx.h include/commproc.h include/8xx_immap.h \ 22 irq/irq.h vectors/vectors.h 22 23 23 24 EXTRA_DIST = times-mbx821 times-mbx860 … … 158 159 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/8xx_immap.h 159 160 161 $(PROJECT_INCLUDE)/bsp/irq.h: irq/irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp) 162 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h 163 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.h 164 165 $(PROJECT_INCLUDE)/bsp/vectors.h: vectors/vectors.h $(PROJECT_INCLUDE)/bsp/$(dirstamp) 166 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vectors.h 167 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h 168 160 169 $(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp) 161 170 $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
Note: See TracChangeset
for help on using the changeset viewer.