mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
bsps: Add AM_CPPFLAGS to special case CPPFLAGS
This is necessary to pick up mandatory flags provided by the build system. Update #3254.
This commit is contained in:
@@ -379,7 +379,7 @@ include_bsp_HEADERS += mpc83xx/network/tsec.h
|
||||
if HAS_NETWORKING
|
||||
noinst_PROGRAMS += mpc83xx/tsec.rel
|
||||
mpc83xx_tsec_rel_SOURCES = mpc83xx/network/tsec.c
|
||||
mpc83xx_tsec_rel_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
|
||||
mpc83xx_tsec_rel_CPPFLAGS = $(AM_CPPFLAGS) -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
|
||||
mpc83xx_tsec_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
@@ -491,7 +491,7 @@ include_bsp_HEADERS += mpc83xx/network/tsec.h
|
||||
if HAS_NETWORKING
|
||||
noinst_PROGRAMS += tsec.rel
|
||||
tsec_rel_SOURCES = mpc83xx/network/tsec.c
|
||||
tsec_rel_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
|
||||
tsec_rel_CPPFLAGS = $(AM_CPPFLAGS) -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
|
||||
tsec_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user