Changeset 062ed08 in rtems


Ignore:
Timestamp:
02/08/04 17:12:16 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c25405f
Parents:
75b453f
Message:

2004-02-08 Joel Sherrill <joel@…>

  • Makefile.am: Add irq.h and vectors.h
Location:
c/src/lib/libbsp/powerpc/mbx8xx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog

    r75b453f r062ed08  
     12004-02-08      Joel Sherrill <joel@OARcorp.com>
     2
     3        * Makefile.am: Add irq.h and vectors.h
     4
    152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libbsp/powerpc/mbx8xx/Makefile.am

    r75b453f r062ed08  
    1919
    2020include_HEADERS += include/coverhd.h
    21 include_bsp_HEADERS = include/mbx.h include/commproc.h include/8xx_immap.h
     21include_bsp_HEADERS = include/mbx.h include/commproc.h include/8xx_immap.h \
     22  irq/irq.h vectors/vectors.h
    2223
    2324EXTRA_DIST = times-mbx821 times-mbx860
     
    158159PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/8xx_immap.h
    159160
     161$(PROJECT_INCLUDE)/bsp/irq.h: irq/irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
     162        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h
     163PREINSTALL_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
     167PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
     168
    160169$(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
    161170        $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
Note: See TracChangeset for help on using the changeset viewer.