mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 11:42:18 +08:00
* libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
15 lines
248 B
Makefile
15 lines
248 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/automake/compile.am
|
|
|
|
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
|
|
|
|
noinst_LIBRARIES = libsupport.a
|
|
|
|
libsupport_a_SOURCES = version.c
|
|
libsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
include $(top_srcdir)/automake/local.am
|