mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Remove stray line.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove stray line.
|
||||||
|
|
||||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Rework to avoid .rel files.
|
* Makefile.am: Rework to avoid .rel files.
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ dist_project_lib_DATA += ../shared/startup/linkcmds
|
|||||||
build_date.c::
|
build_date.c::
|
||||||
echo 'const char *BSP_build_date="'`date`'";' > $@
|
echo 'const char *BSP_build_date="'`date`'";' > $@
|
||||||
|
|
||||||
noinst_PROGRAMS += startup.rel
|
|
||||||
startup_SOURCES = ./startup/bspstart.c build_date.c \
|
startup_SOURCES = ./startup/bspstart.c build_date.c \
|
||||||
./startup/misc.c \
|
./startup/misc.c \
|
||||||
../../powerpc/shared/startup/pretaskinghook.c \
|
../../powerpc/shared/startup/pretaskinghook.c \
|
||||||
@@ -88,9 +87,10 @@ pci_SOURCES = ../../powerpc/shared/pci/pci.c \
|
|||||||
../../powerpc/shared/pci/generic_clear_hberrs.c \
|
../../powerpc/shared/pci/generic_clear_hberrs.c \
|
||||||
../../powerpc/shared/pci/pcifinddevice.c ../../powerpc/shared/pci/pci.h
|
../../powerpc/shared/pci/pcifinddevice.c ../../powerpc/shared/pci/pci.h
|
||||||
|
|
||||||
include_bsp_HEADERS += ../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/vectors.h
|
include_bsp_HEADERS += \
|
||||||
include_bsp_HEADERS += ../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/ppc_exc_bspsupp.h
|
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/vectors.h \
|
||||||
include_bsp_HEADERS += ../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h
|
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/ppc_exc_bspsupp.h \
|
||||||
|
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h
|
||||||
|
|
||||||
include_bsp_HEADERS += ./vme/VMEConfig.h \
|
include_bsp_HEADERS += ./vme/VMEConfig.h \
|
||||||
../../shared/vmeUniverse/vmeTsi148.h \
|
../../shared/vmeUniverse/vmeTsi148.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user