Changeset 964717bb in rtems


Ignore:
Timestamp:
08/04/00 22:29:51 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e94ad1fe
Parents:
5b8d82a2
Message:

Now compiles after breaking things with mvme16x_hw.h

Location:
c/src/lib/libbsp/m68k/mvme167/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/mvme167/include/Makefile.am

    r5b8d82a2 r964717bb  
    1717        $(INSTALL_DATA) $< $@
    1818
     19$(PROJECT_INCLUDE)/fatal.h: fatal.h
     20        $(INSTALL_DATA) $< $@
     21
    1922$(PROJECT_INCLUDE)/mvme16x_hw.h: $(srcdir)/../../mvme162/include/mvme16x_hw.h
    2023        $(INSTALL_DATA) $< $@
     
    2831TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
    2932    $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/mvme16x_hw.h \
    30     $(PROJECT_INCLUDE)/page_table.h $(PROJECT_INCLUDE)/tod.h
     33    $(PROJECT_INCLUDE)/page_table.h $(PROJECT_INCLUDE)/fatal.h
    3134
    3235all: $(TMPINSTALL_FILES)
  • c/src/lib/libbsp/m68k/mvme167/include/bsp.h

    r5b8d82a2 r964717bb  
    4949/* NVRAM is in mvme16x_hw.h */
    5050
     51#if 0
    5152/*
    5253 *  Representation of the PCCchip2
     
    108109#define pccchip2    ((pccchip2_regs * const) 0xFFF42000)
    109110
     111#endif
    110112/*
    111113 * The MVME167 is equiped with one or two MEMC040 memory controllers at
Note: See TracChangeset for help on using the changeset viewer.