|
@@ -299,7 +299,7 @@ quiet_cmd_dtc = DTC $@
|
|
# Modified for U-Boot
|
|
# Modified for U-Boot
|
|
# Bring in any U-Boot-specific include at the end of the file
|
|
# Bring in any U-Boot-specific include at the end of the file
|
|
cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
|
|
cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
|
|
- (cat $<; $(if $(u_boot_dtsi),echo '\#include "$(u_boot_dtsi)"')) > $(pre-tmp); \
|
|
|
|
|
|
+ (cat $<; $(if $(u_boot_dtsi),echo '$(pound)include "$(u_boot_dtsi)"')) > $(pre-tmp); \
|
|
$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $(pre-tmp) ; \
|
|
$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $(pre-tmp) ; \
|
|
$(DTC) -O dtb -o $@ -b 0 \
|
|
$(DTC) -O dtb -o $@ -b 0 \
|
|
-i $(dir $<) $(DTC_FLAGS) \
|
|
-i $(dir $<) $(DTC_FLAGS) \
|