Changeset 5523d789 in rtems


Ignore:
Timestamp:
10/21/04 13:10:10 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
86ad4860
Parents:
08f086ea
Message:

Add coverhd.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/mvme5500/Makefile.am

    r08f086ea r5523d789  
    1717include_HEADERS += include/tm27.h
    1818nodist_include_HEADERS = include/bspopts.h
     19nodist_include_HEADERS += ../../shared/include/coverhd.h
    1920
    2021EXTRA_PROGRAMS =
     
    261262PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
    262263
     264$(PROJECT_INCLUDE)/coverhd.h: ../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
     265        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
     266PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
     267
    263268$(PROJECT_INCLUDE)/bsp/$(dirstamp):
    264269        @$(mkdir_p) $(PROJECT_INCLUDE)/bsp
Note: See TracChangeset for help on using the changeset viewer.