mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2005-03-07 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add timerstub so more tests link.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Add timerstub so more tests link.
|
||||
|
||||
2005-03-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
|
||||
|
||||
@@ -44,9 +44,14 @@ console_rel_SOURCES = ../../shared/console-polled.c console/console-io.c
|
||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_PROGRAMS += timer.rel
|
||||
timer_rel_SOURCES = ../../shared/timerstub.c
|
||||
timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libbsp.a
|
||||
libbsp_a_SOURCES =
|
||||
libbsp_a_LIBADD = startup.rel clock.rel console.rel
|
||||
libbsp_a_LIBADD = startup.rel clock.rel console.rel timer.rel
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user