mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
feat(build): include plat header in fdt build
Include platform headers in DT build to enable build time configuration of number of execution context supported by the platform. Signed-off-by: Nishant Sharma <nishant.sharma@arm.com> Change-Id: I5b9ffc9865f198a1f802fcb5e0950a5fabb48727
This commit is contained in:
parent
31dcf23451
commit
e03dcc8f5e
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -399,10 +399,6 @@ else
|
|||
|
||||
endif #(LD = armlink)
|
||||
|
||||
DTC_FLAGS += -I dts -O dtb
|
||||
DTC_CPPFLAGS += -P -nostdinc -Iinclude -Ifdts -undef \
|
||||
-x assembler-with-cpp $(DEFINES)
|
||||
|
||||
################################################################################
|
||||
# Setup ARCH_MAJOR/MINOR before parsing arch_features.
|
||||
################################################################################
|
||||
|
@ -444,6 +440,10 @@ INCLUDES += -Iinclude \
|
|||
${PLAT_INCLUDES} \
|
||||
${SPD_INCLUDES}
|
||||
|
||||
DTC_FLAGS += -I dts -O dtb
|
||||
DTC_CPPFLAGS += -P -nostdinc $(INCLUDES) -Ifdts -undef \
|
||||
-x assembler-with-cpp $(DEFINES)
|
||||
|
||||
include common/backtrace/backtrace.mk
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue