forked from Imagelibrary/rtems
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||||
|
of building libbspstart.a, using automake-rules.
|
||||||
|
|
||||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../bsp.am
|
|
||||||
|
|
||||||
dist_project_lib_DATA = bsp_specs
|
dist_project_lib_DATA = bsp_specs
|
||||||
|
|
||||||
@@ -17,16 +16,15 @@ DISTCLEANFILES = include/bspopts.h
|
|||||||
|
|
||||||
include_HEADERS += include/coverhd.h
|
include_HEADERS += include/coverhd.h
|
||||||
|
|
||||||
EXTRA_DIST = start/start.S start/crtnn.s times
|
EXTRA_DIST = times
|
||||||
crtnn.$(OBJEXT): start/crtnn.s
|
noinst_LIBRARIES = libbspstart.a
|
||||||
$(CPPASCOMPILE) -o $@ -c $<
|
libbspstart_a_SOURCES = start/crtnn.s
|
||||||
start.$(OBJEXT): start/start.S
|
libbspstart_a_SOURCES += start/start.S
|
||||||
$(CPPASCOMPILE) -o $@ -c $<
|
|
||||||
project_lib_DATA = start.$(OBJEXT) crtnn.$(OBJEXT)
|
project_lib_DATA = start.$(OBJEXT) crtnn.$(OBJEXT)
|
||||||
|
|
||||||
dist_project_lib_DATA += startup/linkcmds
|
dist_project_lib_DATA += startup/linkcmds
|
||||||
|
|
||||||
noinst_LIBRARIES = libbsp.a
|
noinst_LIBRARIES += libbsp.a
|
||||||
libbsp_a_SOURCES =
|
libbsp_a_SOURCES =
|
||||||
|
|
||||||
# startup
|
# startup
|
||||||
|
|||||||
Reference in New Issue
Block a user