mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
build: Remove EXTRA_DIST
A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
This commit is contained in:
@@ -14,7 +14,6 @@ DIST_SUBDIRS = $(RTEMS_BSP)
|
||||
all-local: $(RTEMS_BSP)
|
||||
|
||||
## Pull in extra files intro the distribution
|
||||
EXTRA_DIST = ACKNOWLEDGEMENTS
|
||||
|
||||
include $(top_srcdir)/../automake/host.am
|
||||
include $(top_srcdir)/../automake/subdirs.am
|
||||
|
||||
@@ -3,33 +3,10 @@ include $(top_srcdir)/automake/compile.am
|
||||
_SUBDIRS = @libbsp_cpu_subdir@
|
||||
DIST_SUBDIRS = @libbsp_cpu_subdir@
|
||||
|
||||
EXTRA_DIST = MERGE.PROCEDURE bsp.am
|
||||
|
||||
# shared
|
||||
EXTRA_DIST += shared/bootcard.c shared/bspclean.c \
|
||||
shared/console-polled.c \
|
||||
shared/console.c shared/gnatinstallhandler.c shared/sbrk.c \
|
||||
shared/tod.c
|
||||
EXTRA_DIST += shared/vmeUniverse/vmeUniverse.c \
|
||||
shared/vmeUniverse/vmeUniverse.h \
|
||||
shared/vmeUniverse/vmeUniverseDMA.h \
|
||||
shared/vmeUniverse/vmeTsi148.c \
|
||||
shared/vmeUniverse/vmeTsi148.h \
|
||||
shared/vmeUniverse/vmeTsi148DMA.h \
|
||||
shared/vmeUniverse/vme_am_defs.h \
|
||||
shared/vmeUniverse/VME.h \
|
||||
shared/vmeUniverse/VMEDMA.h \
|
||||
shared/vmeUniverse/bspVmeDmaList.c \
|
||||
shared/vmeUniverse/bspVmeDmaList.h \
|
||||
shared/vmeUniverse/bspVmeDmaListP.h \
|
||||
shared/vmeUniverse/README.porting \
|
||||
shared/vmeUniverse/README.universe
|
||||
|
||||
EXTRA_DIST += shared/gdbstub/rtems-stub-glue.c
|
||||
EXTRA_DIST += shared/include/bootcard.h
|
||||
|
||||
EXTRA_DIST += shared/pci/pci_bus_count.c
|
||||
EXTRA_DIST += shared/pci/pci_find_device.c
|
||||
|
||||
include $(top_srcdir)/automake/local.am
|
||||
include $(top_srcdir)/automake/subdirs.am
|
||||
|
||||
@@ -9,11 +9,8 @@ dist_project_lib_DATA = shared/startup/linkcmds.base
|
||||
dist_project_lib_DATA += shared/startup/linkcmds.armv4
|
||||
dist_project_lib_DATA += shared/startup/linkcmds.armv7m
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
# comm
|
||||
EXTRA_DIST += shared/comm/uart.h
|
||||
EXTRA_DIST += shared/comm/uart.c
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -34,7 +33,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ include $(top_srcdir)/../../bsp.am
|
||||
|
||||
dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -21,7 +20,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -19,7 +18,6 @@ noinst_PROGRAMS =
|
||||
if ENABLE_LCD
|
||||
endif
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -28,8 +26,6 @@ project_lib_DATA += linkcmds
|
||||
dist_project_lib_DATA += startup/linkcmds.csb337
|
||||
dist_project_lib_DATA += startup/linkcmds.csb637
|
||||
|
||||
EXTRA_DIST += README
|
||||
EXTRA_DIST += README.kit637_v6
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -14,7 +13,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ include $(top_srcdir)/../../bsp.am
|
||||
|
||||
dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -23,7 +22,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# ------ Data
|
||||
# ----------------------------
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -21,7 +20,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -21,7 +20,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -23,7 +22,6 @@ noinst_HEADERS = console/font_data.h
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -21,7 +20,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -8,7 +7,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ include $(top_srcdir)/../../bsp.am
|
||||
|
||||
dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -21,7 +20,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# ------ Data
|
||||
# ----------------------------
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -21,7 +20,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -32,7 +30,6 @@ libbsp_a_SOURCES += console/console.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/bfin/shared/cache/cache.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/bfin/TLL6527M/start/interrupt.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/bfin/shared/shared.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -33,7 +31,6 @@ libbsp_a_SOURCES += console/console-io.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/bfin/shared/cache/cache.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/bfin/shared/interrupt.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/bfin/shared/shared.am
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#
|
||||
#
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -19,7 +18,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -3,27 +3,13 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
## Descend into the @RTEMS_BSP_FAMILY@ directory
|
||||
_SUBDIRS = @RTEMS_BSP_FAMILY@
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
# shared/comm
|
||||
EXTRA_DIST += shared/comm/uart.c shared/comm/uart.h
|
||||
EXTRA_DIST += shared/comm/tty_drv.c shared/comm/tty_drv.h
|
||||
EXTRA_DIST += shared/comm/i386_io.h
|
||||
EXTRA_DIST += shared/comm/i386-stub-glue.c shared/comm/i386-stub.c
|
||||
EXTRA_DIST += shared/comm/gdb_glue.c
|
||||
|
||||
EXTRA_DIST += shared/comm/GDB.HOWTO
|
||||
|
||||
# shared/irq
|
||||
EXTRA_DIST += shared/irq/irq.h shared/irq/irq.c
|
||||
EXTRA_DIST += shared/irq/irq_asm.h shared/irq/irq_asm.S
|
||||
EXTRA_DIST += shared/irq/idt.c
|
||||
EXTRA_DIST += shared/irq/irq_init.c
|
||||
EXTRA_DIST += shared/irq/elcr.c
|
||||
|
||||
# shared/pci
|
||||
EXTRA_DIST += shared/pci/pcibios.c
|
||||
EXTRA_DIST += shared/pci/pci_io.c
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
# FIXME: We must not include *.cfg
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
@@ -22,12 +21,10 @@ _SUBDIRS = . tools
|
||||
|
||||
TMPINSTALL_FILES =
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += start/start16.S
|
||||
start16.$(OBJEXT): start/start16.S
|
||||
$(CPPASCOMPILE) $(AM_CPPFLAGS) -DHEADERADDR=$(HEADERADDR) -o $@ -c $<
|
||||
|
||||
@@ -180,11 +177,6 @@ if HAS_SMP
|
||||
libbsp_a_LIBADD = appstart.$(OBJEXT)
|
||||
endif
|
||||
|
||||
EXTRA_DIST += HOWTO
|
||||
EXTRA_DIST += README.dec21140
|
||||
EXTRA_DIST += STATUS
|
||||
EXTRA_DIST += times_i486dx
|
||||
EXTRA_DIST += times_p5
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
|
||||
|
||||
EXTRA_DIST = Spec.doc
|
||||
|
||||
# HACK: autoconf wants to transform the name, but RTEMS *.cfgs are not able
|
||||
# to deal with it.
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../../lm32/shared/start/start.S
|
||||
start.$(OBJEXT): ../../lm32/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../../lm32/shared/start/start.S
|
||||
start.$(OBJEXT): ../../lm32/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
## Descend into the @RTEMS_BSP_FAMILY@ directory
|
||||
_SUBDIRS = @RTEMS_BSP_FAMILY@
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -5,13 +5,8 @@ _SUBDIRS = @RTEMS_BSP_FAMILY@
|
||||
|
||||
dist_project_lib_DATA = shared/startup/linkcmds.base
|
||||
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST += ../shared/setvec.c
|
||||
EXTRA_DIST += shared/start.S
|
||||
|
||||
EXTRA_DIST += shared/bspspuriousinit.c shared/m68000spurious.c
|
||||
|
||||
EXTRA_DIST += shared/gdbstub/m68k-stub.c shared/gdbstub/gdb_if.h
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,9 +8,7 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,9 +10,7 @@ DISTCLEANFILES = include/bspopts.h
|
||||
_SUBDIRS = . tools
|
||||
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -8,9 +7,7 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -12,7 +11,6 @@ noinst_PROGRAMS =
|
||||
|
||||
## Zilog component header files
|
||||
|
||||
EXTRA_DIST += ../../m68k/shared/start/start.S
|
||||
start.$(OBJEXT): ../../m68k/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -41,7 +39,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/cache/cache.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/m68kidle.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/memProbe.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/m68k/mvme147/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -12,7 +11,6 @@ noinst_PROGRAMS =
|
||||
|
||||
## Zilog component header files
|
||||
|
||||
EXTRA_DIST += ../../m68k/shared/start/start.S
|
||||
start.$(OBJEXT): ../../m68k/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -49,7 +47,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/cache/cache.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/m68kidle.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/memProbe.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/m68k/mvme147s/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ noinst_PROGRAMS =
|
||||
|
||||
## Zilog component header files
|
||||
|
||||
EXTRA_DIST += ../../m68k/shared/start/start.S
|
||||
start.$(OBJEXT): ../../m68k/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -52,7 +50,6 @@ if HAS_FPSP
|
||||
include $(srcdir)/../../../../../../bsps/m68k/shared/fpsp.am
|
||||
endif
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/m68k/mvme162/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../../m68k/shared/start/start.S
|
||||
start.$(OBJEXT): ../../m68k/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -45,7 +43,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/cache/cache.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/m68kidle.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/m68k/shared/memProbe.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/m68k/shared/fpsp.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
EXTRA_DIST += start/start.S ../shared/liblnk/regs.h
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S ../shared/liblnk/regs.h
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -15,7 +14,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S ../shared/liblnk/regs.h
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -12,7 +11,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -12,7 +11,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -13,7 +12,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -42,7 +40,6 @@ libbsp_a_SOURCES += ../../shared/timerstub.c
|
||||
# Cache
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/moxie/moxiesim/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,11 +8,8 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += times
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
EXTRA_DIST += start/crtnn.S
|
||||
crtnn.$(OBJEXT): start/crtnn.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT) crtnn.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -32,7 +31,6 @@ libbsp_a_SOURCES += timer/timer.c timer/timerisr.c
|
||||
libbsp_a_SOURCES += shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
|
||||
shmsupp/mpisr.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/no_cpu/no_bsp/headers.am
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -20,7 +19,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -10,62 +10,32 @@ _SUBDIRS = @RTEMS_BSP_FAMILY@
|
||||
# FIXME: Herein lies madness ;)
|
||||
|
||||
## shared/include
|
||||
EXTRA_DIST = shared/include/nvram.h
|
||||
|
||||
## shared/bootloader
|
||||
EXTRA_DIST += shared/bootloader/em86.c shared/bootloader/lib.c shared/bootloader/misc.c \
|
||||
shared/bootloader/mm.c shared/bootloader/pci.c shared/bootloader/zlib.c
|
||||
EXTRA_DIST += shared/bootloader/bootldr.h shared/bootloader/zlib.h shared/bootloader/pci.h
|
||||
EXTRA_DIST += shared/bootloader/em86real.S shared/bootloader/exception.S \
|
||||
shared/bootloader/head.S
|
||||
EXTRA_DIST += shared/bootloader/ppcboot.lds
|
||||
|
||||
## shared/clock
|
||||
EXTRA_DIST += shared/clock/p_clock.c
|
||||
|
||||
## shared/console
|
||||
EXTRA_DIST += shared/console/console.c shared/console/inch.c shared/console/polled_io.c \
|
||||
shared/console/uart.c
|
||||
EXTRA_DIST += shared/console/console.inl
|
||||
|
||||
## shared/flash
|
||||
EXTRA_DIST += shared/flash/flash.c shared/flash/flashPgm.h shared/flash/flashPgmPvt.h \
|
||||
shared/flash/intelFlash.c shared/flash/spansionFlash.c
|
||||
|
||||
## shared/motorola
|
||||
EXTRA_DIST += shared/motorola/motorola.c
|
||||
EXTRA_DIST += shared/motorola/vpd.c
|
||||
EXTRA_DIST += shared/motorola/vpd.h
|
||||
|
||||
## shared/pci
|
||||
EXTRA_DIST += shared/pci/pci.c shared/pci/detect_raven_bridge.c shared/pci/pcifinddevice.c \
|
||||
shared/pci/generic_clear_hberrs.c
|
||||
|
||||
## shared/residual
|
||||
EXTRA_DIST += shared/residual/residual.c
|
||||
|
||||
## shared/openpic
|
||||
EXTRA_DIST += shared/openpic/openpic.c
|
||||
|
||||
## shared/irq
|
||||
EXTRA_DIST += shared/irq/i8259.c shared/irq/irq_init.c
|
||||
EXTRA_DIST += shared/irq/openpic_i8259_irq.c
|
||||
|
||||
## shared/start
|
||||
EXTRA_DIST += shared/start/start.S shared/start/rtems_crti.S \
|
||||
shared/start/preload.S
|
||||
|
||||
## shared/startup
|
||||
EXTRA_DIST += shared/startup/bspstart.c shared/startup/pgtbl_setup.c \
|
||||
shared/startup/pgtbl_activate.c shared/startup/linkcmds \
|
||||
shared/startup/zerobss.c shared/startup/bsppredriverhook.c
|
||||
|
||||
## shared/tod
|
||||
EXTRA_DIST += shared/tod/todcfg.c
|
||||
|
||||
## shared/vme
|
||||
EXTRA_DIST += shared/vme/vmeconfig.c \
|
||||
shared/vme/README shared/vme/vme_universe.c
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
CLEANFILES =
|
||||
DISTCLEANFILES =
|
||||
@@ -16,21 +15,17 @@ project_lib_DATA =
|
||||
DISTCLEANFILES += include/bspopts.h
|
||||
|
||||
#start
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/preload.S
|
||||
preload.$(OBJEXT): ../../powerpc/shared/start/preload.S
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/vectors_entry.S
|
||||
vectors_entry.$(OBJEXT): ../../powerpc/shared/start/vectors_entry.S
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/start.S
|
||||
start.$(OBJEXT): ../../powerpc/shared/start/start.S
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
|
||||
@@ -176,7 +171,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/mmu/mmuAsm.S
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/mmu/pte121.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/irq/ppc-irq-legacy.c
|
||||
|
||||
EXTRA_DIST += README LICENSE
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/powerpc/shared/shared.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,12 +10,10 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,12 +10,10 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
@@ -87,7 +84,6 @@ libbsp_a_SOURCES += network/network.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/net/tsec.c
|
||||
endif
|
||||
|
||||
EXTRA_DIST += README.mpc8349eamds
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/powerpc/shared/shared.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
_SUBDIRS = .
|
||||
_SUBDIRS += bootloader
|
||||
@@ -17,17 +16,14 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/start.S
|
||||
start.$(OBJEXT): ../../powerpc/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/vectors_entry.S
|
||||
vectors_entry.$(OBJEXT): ../../powerpc/shared/start/vectors_entry.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += vectors_entry.$(OBJEXT)
|
||||
@@ -126,11 +122,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/irq/ppc-irq-legacy.c
|
||||
|
||||
libbsp_a_LIBADD = polledIO.rel
|
||||
|
||||
EXTRA_DIST += BOOTING README.mtx603e README.MVME2100 README.MVME2300 \
|
||||
README.MVME2400 \
|
||||
README.OTHERBOARDS
|
||||
EXTRA_DIST += README.dec21140
|
||||
EXTRA_DIST += times.mcp750 times.mvme2307
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,12 +10,10 @@ DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,14 +9,12 @@ DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
project_lib_DATA += linkcmds
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
@@ -62,7 +59,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/powerpc/mpc8260ads/start/cp.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/mpc8260ads/start/dpram.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/mpc8260ads/start/mmu.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/powerpc/shared/shared.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -13,15 +12,12 @@ noinst_PROGRAMS =
|
||||
|
||||
project_lib_DATA =
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
|
||||
EXTRA_DIST += ../shared/start/preload.S
|
||||
preload.$(OBJEXT): ../shared/start/preload.S
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
|
||||
EXTRA_DIST += ../shared/start/vectors_entry.S
|
||||
vectors_entry.$(OBJEXT): ../shared/start/vectors_entry.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
|
||||
@@ -31,7 +27,6 @@ motld_start.$(OBJEXT): preload.$(OBJEXT) vectors_entry.$(OBJEXT) \
|
||||
|
||||
project_lib_DATA += motld_start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
@@ -108,7 +103,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/dev/timer-ppc-dec.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/irq/ppc-irq-legacy.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/mmu/e500-mmu.c
|
||||
|
||||
EXTRA_DIST += LICENSE README KNOWN_PROBLEMS
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/powerpc/shared/shared.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -14,7 +13,6 @@ noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
|
||||
# UNUSED
|
||||
EXTRA_DIST += startup/bootpstuff.c
|
||||
|
||||
# startup
|
||||
libbsp_a_SOURCES += startup/bspstart.c \
|
||||
@@ -69,7 +67,6 @@ network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
libbsp_a_LIBADD = network.rel
|
||||
endif
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,12 +8,10 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
@@ -45,11 +42,9 @@ libbsp_a_SOURCES += irq/irq_init.c ../shared/irq/openpic_i8259_irq.c \
|
||||
../shared/openpic/openpic.c ../../shared/src/irq-server.c \
|
||||
../../shared/src/irq-generic.c ../../shared/src/irq-default-handler.c
|
||||
|
||||
EXTRA_DIST += vectors/README
|
||||
# vectors
|
||||
libbsp_a_SOURCES += vectors/align_h.S
|
||||
|
||||
EXTRA_DIST += shmsupp/README
|
||||
if HAS_MP
|
||||
# shmdr
|
||||
libbsp_a_SOURCES += \
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,12 +9,10 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -8,22 +7,18 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
EXTRA_DIST += README
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crtn.S
|
||||
rtems_crtn.$(OBJEXT): ../../powerpc/shared/start/rtems_crtn.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crtn.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -8,9 +7,7 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -8,17 +7,14 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
EXTRA_DIST += README
|
||||
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,12 +10,10 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -14,12 +13,10 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA += rtems_crti.$(OBJEXT)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
# start
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = rtems_crti.$(OBJEXT)
|
||||
@@ -49,7 +47,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/cache/cache.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/dev/clock-ppc403.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/dev/timer-ppc-dec.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/powerpc/shared/shared.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -10,7 +9,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
# start
|
||||
EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
|
||||
rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = rtems_crti.$(OBJEXT)
|
||||
@@ -51,7 +49,6 @@ libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/cache/cache.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/dev/clock-ppc-dec.c
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/powerpc/shared/dev/timer-ppc-dec.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/powerpc/shared/shared.am
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#
|
||||
#
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -19,7 +18,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
# Data #
|
||||
###############################################################################
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -3,9 +3,6 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
# Descend into the @RTEMS_BSP_FAMILY@ directory
|
||||
_SUBDIRS = @RTEMS_BSP_FAMILY@
|
||||
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST += shared/console.c
|
||||
EXTRA_DIST += shared/setvec.c
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -49,7 +47,6 @@ libbsp_a_SOURCES += ../../shared/dummy_printk_support.c
|
||||
# Cache
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/sh/gensh1/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,8 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.ram start/start.rom
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -8,7 +7,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -40,7 +38,6 @@ libbsp_a_SOURCES += hw_init/hw_init.c
|
||||
# Cache
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/sh/gensh4/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -9,7 +8,6 @@ dist_project_lib_DATA = startup/bsp_specs
|
||||
DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -3,191 +3,62 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
# Descend into the @RTEMS_BSP_FAMILY@ directory
|
||||
_SUBDIRS = @RTEMS_BSP_FAMILY@
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
EXTRA_DIST += shared/gnatcommon.c
|
||||
EXTRA_DIST += shared/include/gnatcommon.h
|
||||
EXTRA_DIST += shared/start/start.S
|
||||
|
||||
# Interrupt
|
||||
EXTRA_DIST += shared/irq/irq-shared.c
|
||||
EXTRA_DIST += shared/irq/bsp_isr_handler.c
|
||||
EXTRA_DIST += shared/irq/genirq.c
|
||||
EXTRA_DIST += shared/include/genirq.h
|
||||
|
||||
# AMBA Plug&Play bus
|
||||
EXTRA_DIST += shared/include/ahbstat.h
|
||||
EXTRA_DIST += shared/include/ambapp.h
|
||||
EXTRA_DIST += shared/include/ambapp_ids.h
|
||||
EXTRA_DIST += shared/include/grlib.h
|
||||
EXTRA_DIST += shared/amba/ahbstat.c
|
||||
EXTRA_DIST += shared/amba/ambapp.c
|
||||
EXTRA_DIST += shared/amba/ambapp_alloc.c
|
||||
EXTRA_DIST += shared/amba/ambapp_count.c
|
||||
EXTRA_DIST += shared/amba/ambapp_depth.c
|
||||
EXTRA_DIST += shared/amba/ambapp_find_by_idx.c
|
||||
EXTRA_DIST += shared/amba/ambapp_freq.c
|
||||
EXTRA_DIST += shared/amba/ambapp_parent.c
|
||||
EXTRA_DIST += shared/amba/ambapp_names.c
|
||||
EXTRA_DIST += shared/amba/ambapp_old.c
|
||||
EXTRA_DIST += shared/amba/ambapp_show.c
|
||||
|
||||
# Clock Driver and Timer Library
|
||||
EXTRA_DIST += shared/include/gptimer.h
|
||||
EXTRA_DIST += shared/include/tlib.h
|
||||
EXTRA_DIST += shared/timer/gptimer.c
|
||||
EXTRA_DIST += shared/timer/tlib.c
|
||||
EXTRA_DIST += shared/timer/tlib_ckinit.c
|
||||
|
||||
# PCI bus
|
||||
EXTRA_DIST += shared/include/grpci.h
|
||||
EXTRA_DIST += shared/include/grpci2.h
|
||||
EXTRA_DIST += shared/include/grpci2dma.h
|
||||
EXTRA_DIST += shared/include/pcif.h
|
||||
EXTRA_DIST += shared/pci/grpci.c
|
||||
EXTRA_DIST += shared/pci/grpci2.c
|
||||
EXTRA_DIST += shared/pci/grpci2dma.c
|
||||
EXTRA_DIST += shared/pci/pcif.c
|
||||
EXTRA_DIST += shared/pci/pci_memreg_sparc_le.c
|
||||
EXTRA_DIST += shared/pci/pci_memreg_sparc_be.c
|
||||
|
||||
# PCI target boards
|
||||
EXTRA_DIST += shared/include/gr_701.h
|
||||
EXTRA_DIST += shared/include/gr_rasta_adcdac.h
|
||||
EXTRA_DIST += shared/include/gr_rasta_io.h
|
||||
EXTRA_DIST += shared/include/gr_rasta_spw_router.h
|
||||
EXTRA_DIST += shared/include/gr_rasta_tmtc.h
|
||||
EXTRA_DIST += shared/include/gr_tmtc_1553.h
|
||||
EXTRA_DIST += shared/include/gr_leon4_n2x.h
|
||||
EXTRA_DIST += shared/include/gr_cpci_gr740.h
|
||||
EXTRA_DIST += shared/pci/gr_701.c
|
||||
EXTRA_DIST += shared/pci/gr_rasta_adcdac.c
|
||||
EXTRA_DIST += shared/pci/gr_rasta_io.c
|
||||
EXTRA_DIST += shared/pci/gr_rasta_spw_router.c
|
||||
EXTRA_DIST += shared/pci/gr_rasta_tmtc.c
|
||||
EXTRA_DIST += shared/pci/gr_tmtc_1553.c
|
||||
EXTRA_DIST += shared/pci/gr_leon4_n2x.c
|
||||
EXTRA_DIST += shared/pci/gr_cpci_gr740.c
|
||||
|
||||
# DEBUG
|
||||
EXTRA_DIST += shared/include/debug_defs.h
|
||||
|
||||
# SpaceWire
|
||||
EXTRA_DIST += shared/spw/grspw.c
|
||||
EXTRA_DIST += shared/spw/grspw_router.c
|
||||
EXTRA_DIST += shared/include/grspw.h
|
||||
EXTRA_DIST += shared/include/grspw_router.h
|
||||
|
||||
# UART
|
||||
EXTRA_DIST += shared/uart/cons.c
|
||||
EXTRA_DIST += shared/uart/apbuart_cons.c
|
||||
EXTRA_DIST += shared/include/cons.h
|
||||
EXTRA_DIST += shared/include/apbuart_cons.h
|
||||
EXTRA_DIST += shared/include/apbuart.h
|
||||
|
||||
# CAN (OC_CAN, GRCAN)
|
||||
EXTRA_DIST += shared/can/occan.c
|
||||
EXTRA_DIST += shared/can/grcan.c
|
||||
EXTRA_DIST += shared/include/occan.h
|
||||
EXTRA_DIST += shared/include/grcan.h
|
||||
|
||||
# MEM
|
||||
EXTRA_DIST += shared/mem/mctrl.c
|
||||
|
||||
# L2CACHE
|
||||
EXTRA_DIST += shared/l2c/l2c.c
|
||||
EXTRA_DIST += shared/include/l2c.h
|
||||
|
||||
# GRIOMMU
|
||||
EXTRA_DIST += shared/iommu/griommu.c
|
||||
EXTRA_DIST += shared/include/griommu.h
|
||||
|
||||
# MIL-STD-B1553 (Core1553BRM)
|
||||
EXTRA_DIST += shared/1553/b1553brm.c
|
||||
EXTRA_DIST += shared/1553/b1553rt.c
|
||||
EXTRA_DIST += shared/include/b1553brm.h
|
||||
EXTRA_DIST += shared/include/b1553rt.h
|
||||
|
||||
# MIL-STD-B1553 (GR1553B)
|
||||
EXTRA_DIST += shared/1553/gr1553b.c
|
||||
EXTRA_DIST += shared/1553/gr1553bc.c
|
||||
EXTRA_DIST += shared/1553/gr1553bm.c
|
||||
EXTRA_DIST += shared/1553/gr1553rt.c
|
||||
EXTRA_DIST += shared/include/gr1553b.h
|
||||
EXTRA_DIST += shared/include/gr1553bc.h
|
||||
EXTRA_DIST += shared/include/gr1553bc_list.h
|
||||
EXTRA_DIST += shared/include/gr1553bm.h
|
||||
EXTRA_DIST += shared/include/gr1553rt.h
|
||||
|
||||
# I2C-master (I2CMST)
|
||||
EXTRA_DIST += shared/i2c/i2cmst.c
|
||||
EXTRA_DIST += shared/include/i2cmst.h
|
||||
|
||||
# SPI
|
||||
EXTRA_DIST += shared/spi/spictrl.c
|
||||
EXTRA_DIST += shared/include/spictrl.h
|
||||
|
||||
# TIME
|
||||
EXTRA_DIST += shared/time/spwcuc.c
|
||||
EXTRA_DIST += shared/time/grctm.c
|
||||
EXTRA_DIST += shared/include/spwcuc.h
|
||||
EXTRA_DIST += shared/include/grctm.h
|
||||
|
||||
# GPIO
|
||||
EXTRA_DIST += shared/gpio/grgpio.c
|
||||
EXTRA_DIST += shared/gpio/gpiolib.c
|
||||
EXTRA_DIST += shared/include/grgpio.h
|
||||
EXTRA_DIST += shared/include/gpiolib.h
|
||||
|
||||
# PWM
|
||||
EXTRA_DIST += shared/pwm/grpwm.c
|
||||
EXTRA_DIST += shared/include/grpwm.h
|
||||
|
||||
# ADC and DAC
|
||||
EXTRA_DIST += shared/analog/gradcdac.c
|
||||
EXTRA_DIST += shared/include/gradcdac.h
|
||||
|
||||
# GRETH
|
||||
EXTRA_DIST += shared/net/greth.c
|
||||
EXTRA_DIST += shared/include/greth.h
|
||||
|
||||
# Network configuration
|
||||
EXTRA_DIST += shared/net/network_interface_add.c
|
||||
EXTRA_DIST += shared/include/network_interface_add.h
|
||||
|
||||
# Driver Manager
|
||||
EXTRA_DIST += shared/drvmgr/ambapp_bus.c
|
||||
EXTRA_DIST += shared/drvmgr/ambapp_bus_grlib.c
|
||||
EXTRA_DIST += shared/drvmgr/ambapp_bus_leon2.c
|
||||
EXTRA_DIST += shared/drvmgr/leon2_amba_bus.c
|
||||
EXTRA_DIST += shared/drvmgr/get_resarray_count.c
|
||||
|
||||
EXTRA_DIST += shared/include/drvmgr/ambapp_bus_grlib.h
|
||||
EXTRA_DIST += shared/include/drvmgr/ambapp_bus.h
|
||||
EXTRA_DIST += shared/include/drvmgr/leon2_amba_bus.h
|
||||
EXTRA_DIST += shared/include/drvmgr/bspcommon.h
|
||||
|
||||
# GR712
|
||||
EXTRA_DIST += shared/ascs/grascs.c
|
||||
EXTRA_DIST += shared/include/grascs.h
|
||||
EXTRA_DIST += shared/can/satcan.c
|
||||
EXTRA_DIST += shared/include/satcan.h
|
||||
EXTRA_DIST += shared/slink/grslink.c
|
||||
EXTRA_DIST += shared/include/grslink.h
|
||||
|
||||
# TMTC
|
||||
EXTRA_DIST += shared/tmtc/grtc.c
|
||||
EXTRA_DIST += shared/include/grtc.h
|
||||
EXTRA_DIST += shared/tmtc/grtm.c
|
||||
EXTRA_DIST += shared/include/grtm.h
|
||||
|
||||
# MEMSCRUB
|
||||
EXTRA_DIST += shared/stat/memscrub.c
|
||||
EXTRA_DIST += shared/include/memscrub.h
|
||||
|
||||
# L4STAT
|
||||
EXTRA_DIST += shared/stat/l4stat.c
|
||||
EXTRA_DIST += shared/include/l4stat.h
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../../sparc/shared/start/start.S
|
||||
start.$(OBJEXT): ../../sparc/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -78,7 +76,6 @@ endif
|
||||
|
||||
libbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/sparc/erc32/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../../sparc/shared/start/start.S
|
||||
start.$(OBJEXT): ../../sparc/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -176,7 +174,6 @@ libbsp_a_SOURCES += ../../sparc/shared/net/greth.c
|
||||
libbsp_a_SOURCES += ../../sparc/shared/net/network_interface_add.c
|
||||
endif
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/sparc/leon2/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += ../../sparc/shared/start/start.S
|
||||
start.$(OBJEXT): ../../sparc/shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
@@ -195,14 +193,12 @@ libbsp_a_SOURCES += leon_greth/leon_greth.c
|
||||
endif
|
||||
endif
|
||||
|
||||
EXTRA_DIST += shmsupp/README
|
||||
if HAS_MP
|
||||
# shmsupp
|
||||
libbsp_a_SOURCES += shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
|
||||
shmsupp/mpisr.c
|
||||
endif
|
||||
|
||||
EXTRA_DIST += times
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(srcdir)/../../../../../../bsps/sparc/leon3/headers.am
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -11,7 +10,6 @@ noinst_PROGRAMS =
|
||||
|
||||
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -19,7 +18,6 @@ noinst_PROGRAMS =
|
||||
|
||||
|
||||
|
||||
EXTRA_DIST += ../shared/start/start.S
|
||||
start.$(OBJEXT): ../shared/start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -8,7 +8,6 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||
## added but it is present in the source tree.
|
||||
_SUBDIRS = @RTEMS_BSP_FAMILY@
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
EXTRA_DIST =
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
@@ -13,7 +12,6 @@ DISTCLEANFILES = include/bspopts.h
|
||||
noinst_PROGRAMS =
|
||||
|
||||
|
||||
EXTRA_DIST += start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
EXTRA_DIST =
|
||||
noinst_LIBRARIES =
|
||||
noinst_PROGRAMS =
|
||||
|
||||
@@ -32,9 +31,6 @@ endif
|
||||
libnetchip_a_SOURCES += network/smc91111.c network/smc91111config.h
|
||||
endif
|
||||
|
||||
EXTRA_DIST += network/README network/README.cs8900 network/README.dec21140 \
|
||||
network/README.i82586 network/README.open_eth network/README.sonic \
|
||||
network/cs8900.c.bsp network/README.tulipclone
|
||||
|
||||
# rtc
|
||||
noinst_LIBRARIES += librtcio.a
|
||||
@@ -44,8 +40,6 @@ librtcio_a_SOURCES = rtc/rtcprobe.c rtc/icm7170.c rtc/icm7170_reg.c \
|
||||
rtc/m48t08_reg.c rtc/m48t08_reg2.c rtc/m48t08_reg4.c rtc/m48t08_reg8.c \
|
||||
rtc/mc146818a.c rtc/mc146818a_ioreg.c rtc/ds1375.c
|
||||
|
||||
EXTRA_DIST += rtc/README.ds1643 rtc/README.icm7170 rtc/README.m48t08 \
|
||||
rtc/README.m48t18 rtc/STATUS
|
||||
|
||||
# i2c
|
||||
noinst_LIBRARIES += libi2cio.a
|
||||
@@ -74,8 +68,6 @@ libserialio_a_SOURCES = serial/mc68681.c serial/mc68681_baud.c \
|
||||
serial/z85c30_p.h
|
||||
libserialio_a_SOURCES += serial/ns16550-context.c
|
||||
|
||||
EXTRA_DIST += serial/README.mc68681 serial/README.ns16550 \
|
||||
serial/README.xr88681 serial/README.z85c30 serial/STATUS
|
||||
|
||||
## shmdr
|
||||
if HAS_MP
|
||||
@@ -86,7 +78,6 @@ libshmdr_a_SOURCES = shmdr/addlq.c shmdr/cnvpkt.c shmdr/getlq.c shmdr/dump.c \
|
||||
shmdr/mpisr.c shmdr/poll.c shmdr/receive.c shmdr/retpkt.c shmdr/send.c
|
||||
endif
|
||||
|
||||
EXTRA_DIST += shmdr/README
|
||||
|
||||
## --
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ MAKE_FILES = README directory.cfg lib.cfg
|
||||
rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES)
|
||||
|
||||
noinst_DATA = leaf.cfg
|
||||
EXTRA_DIST = leaf.cfg
|
||||
|
||||
rtemsdir = $(exec_prefix)
|
||||
rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@
|
||||
|
||||
Reference in New Issue
Block a user