forked from Imagelibrary/rtems
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Cleanup.
|
||||
|
||||
2008-07-18 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* startup/bspstart.c: removed warning about SPRG0
|
||||
|
||||
@@ -28,8 +28,8 @@ include_HEADERS += ../../shared/tod.h
|
||||
|
||||
project_lib_DATA =
|
||||
|
||||
EXTRA_DIST = ./start/start.S
|
||||
start.$(OBJEXT): ./start/start.S
|
||||
EXTRA_DIST = start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
|
||||
EXTRA_DIST += ../shared/start/preload.S
|
||||
@@ -56,10 +56,10 @@ dist_project_lib_DATA += ../shared/startup/linkcmds
|
||||
build_date.c::
|
||||
echo 'const char *BSP_build_date="'`date`'";' > $@
|
||||
|
||||
startup_SOURCES = ./startup/bspstart.c build_date.c \
|
||||
./startup/misc.c \
|
||||
../../powerpc/shared/startup/pretaskinghook.c \
|
||||
../../powerpc/shared/startup/zerobss.c \
|
||||
startup_SOURCES = startup/bspstart.c build_date.c \
|
||||
startup/misc.c \
|
||||
../../powerpc/shared/startup/pretaskinghook.c \
|
||||
../../powerpc/shared/startup/zerobss.c \
|
||||
../../powerpc/shared/startup/sbrk.c ../../shared/bootcard.c \
|
||||
../../shared/bspclean.c ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
@@ -72,8 +72,8 @@ console_SOURCES = ../../powerpc/shared/console/uart.c \
|
||||
../../powerpc/shared/console/consoleIo.h \
|
||||
../../powerpc/shared/console/uart.h
|
||||
|
||||
include_bsp_HEADERS += ./irq/irq.h
|
||||
irq_SOURCES = ./irq/irq_init.c \
|
||||
include_bsp_HEADERS += irq/irq.h
|
||||
irq_SOURCES = irq/irq_init.c \
|
||||
../../powerpc/shared/irq/openpic_i8259_irq.c \
|
||||
../../powerpc/shared/irq/irq.h
|
||||
|
||||
@@ -84,7 +84,7 @@ openpic_SOURCES = ../../powerpc/shared/openpic/openpic.h \
|
||||
|
||||
include_bsp_HEADERS += ../../powerpc/shared/pci/pci.h
|
||||
pci_SOURCES = ../../powerpc/shared/pci/pci.c \
|
||||
./pci/detect_host_bridge.c \
|
||||
pci/detect_host_bridge.c \
|
||||
../../powerpc/shared/pci/generic_clear_hberrs.c \
|
||||
../../powerpc/shared/pci/pcifinddevice.c ../../powerpc/shared/pci/pci.h
|
||||
|
||||
@@ -93,8 +93,8 @@ include_bsp_HEADERS += \
|
||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/ppc_exc_bspsupp.h \
|
||||
../../../libcpu/@RTEMS_CPU@/@exceptions@/bspsupport/irq_supp.h
|
||||
|
||||
include_bsp_HEADERS += ./vme/VMEConfig.h \
|
||||
../../shared/vmeUniverse/vmeTsi148.h \
|
||||
include_bsp_HEADERS += vme/VMEConfig.h \
|
||||
../../shared/vmeUniverse/vmeTsi148.h \
|
||||
../../shared/vmeUniverse/vme_am_defs.h \
|
||||
../../shared/vmeUniverse/VME.h \
|
||||
../../shared/vmeUniverse/vmeTsi148DMA.h\
|
||||
@@ -110,10 +110,10 @@ vme_SOURCES = ../../shared/vmeUniverse/vmeTsi148.c \
|
||||
../../powerpc/shared/vme/vme_universe.c
|
||||
|
||||
include_bsp_HEADERS += ../shared/flash/flashPgm.h \
|
||||
../shared/flash/flashPgmPvt.h
|
||||
../shared/flash/flashPgmPvt.h
|
||||
flash_SOURCES = ../shared/flash/flash.c \
|
||||
../shared/flash/spansionFlash.c \
|
||||
./flash/flashcfg.c
|
||||
../shared/flash/spansionFlash.c \
|
||||
flash/flashcfg.c
|
||||
|
||||
include_bsp_HEADERS += i2c/mpc8540_i2c_busdrv.h
|
||||
i2c_SOURCES = i2c/mpc8540_i2c.c i2c/i2c_init.c
|
||||
|
||||
Reference in New Issue
Block a user