mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 18:10:52 +08:00
build: Move BSP_INCLUDES split
The goal is to let the build items define as much as possible.
This commit is contained in:
@@ -615,7 +615,7 @@ class BSPItem(Item):
|
||||
def prepare_build(self, bld, bic):
|
||||
return BuildItemContext(
|
||||
bic.includes
|
||||
+ bld.env.BSP_INCLUDES.split()
|
||||
+ bld.env.BSP_INCLUDES
|
||||
+ self.substitute(bld, self.data["includes"]),
|
||||
self.substitute(bld, self.data["cppflags"]),
|
||||
self.substitute(bld, self.data["cflags"]),
|
||||
|
||||
Reference in New Issue
Block a user