mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2006-12-13 Till Straumann <strauman@slac.stanford.edu>
* mvme5500/Makefile.am, mvme5500/preinstall.am: need to install bsp/vme_am_defs.h
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-12-13 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* mvme5500/Makefile.am, mvme5500/preinstall.am:
|
||||
need to install bsp/vme_am_defs.h
|
||||
|
||||
2006-12-13 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vme/vmeconfig.c, shared/vme/vme_universe.c:
|
||||
|
||||
@@ -42,7 +42,8 @@ pclock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
pclock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
###
|
||||
include_bsp_HEADERS = ../../powerpc/shared/console/uart.h
|
||||
include_bsp_HEADERS = ../../powerpc/shared/console/uart.h \
|
||||
../../shared/vmeUniverse/vme_am_defs.h
|
||||
|
||||
noinst_PROGRAMS += console.rel
|
||||
console_rel_SOURCES = ../../powerpc/shared/console/uart.c \
|
||||
|
||||
@@ -61,6 +61,10 @@ $(PROJECT_INCLUDE)/bsp/uart.h: ../../powerpc/shared/console/uart.h $(PROJECT_INC
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/uart.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/uart.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/gtpcireg.h: pci/gtpcireg.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/gtpcireg.h
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/gtpcireg.h
|
||||
|
||||
Reference in New Issue
Block a user