mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested. Jennifer will have to test this.
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
2006-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
|
||||||
|
Jennifer will have to test this.
|
||||||
|
|
||||||
|
2006-01-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
|
||||||
|
Jennifer will have to test this.
|
||||||
|
|
||||||
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: New header guard.
|
* include/bsp.h: New header guard.
|
||||||
|
|||||||
@@ -84,6 +84,7 @@ include_bsp_HEADERS += ../../shared/vmeUniverse/vmeUniverse.h \
|
|||||||
|
|
||||||
noinst_PROGRAMS += vme.rel
|
noinst_PROGRAMS += vme.rel
|
||||||
vme_rel_SOURCES = ../../shared/vmeUniverse/vmeUniverse.c \
|
vme_rel_SOURCES = ../../shared/vmeUniverse/vmeUniverse.c \
|
||||||
|
../../shared/vmeUniverse/vme_am_defs.h \
|
||||||
vme/vmeconfig.c
|
vme/vmeconfig.c
|
||||||
vme_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
vme_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
vme_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
vme_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
@@ -207,6 +208,10 @@ $(PROJECT_INCLUDE)/bsp/vmeUniverse.h: ../../shared/vmeUniverse/vmeUniverse.h $(P
|
|||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vmeUniverse.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vmeUniverse.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vmeUniverse.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vmeUniverse.h
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/bsp/vme_am_defs.h: ../../shared/vmeUniverse/vme_am_defs.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vme_am_defs.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vme_am_defs.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/VMEConfig.h: ../../powerpc/shared/vme/VMEConfig.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/VMEConfig.h: ../../powerpc/shared/vme/VMEConfig.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/VMEConfig.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/VMEConfig.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/VMEConfig.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/VMEConfig.h
|
||||||
|
|||||||
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/VME.h>
|
#include <bsp/VME.h>
|
||||||
|
#include <bsp/vmeUniverse.h>
|
||||||
|
#include <bsp/VMEConfig.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
#include <libcpu/bat.h>
|
#include <libcpu/bat.h>
|
||||||
#include <libcpu/spr.h>
|
#include <libcpu/spr.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user