We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a2690 commit c63ae44Copy full SHA for c63ae44
1 file changed
Makefile
@@ -335,7 +335,7 @@ $(platform_preproc_sim_dts): gen-simdts
335
echo "Platform sim preprocessed dts located in $(platform_preproc_sim_dts), processed with defines $(DTS_DEFINES)"
336
337
gen-simdts: $(platform_sim_dts) $(target_gcc)
338
- $(target_gcc) -E -nostdinc -undef -x assembler-with-cpp $(DTS_DEFINES) -DSIMULATION=2 $(platform_sim_dts) -o $(platform_preproc_sim_dts)
+ $(target_gcc) -E -nostdinc -undef -x assembler-with-cpp $(DTS_DEFINES) -DSIMULATION=2 $(platform_sim_dts) -I$(linux_srcdir)/include/ -o $(platform_preproc_sim_dts)
339
340
$(platform_dtb) : $(platform_preproc_dts) $(target_gcc)
341
dtc -O dtb -o $(platform_dtb) $(platform_preproc_dts)
0 commit comments