File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ quiet_cmd_dtc = DTC $@
308
308
# Modified for U-Boot
309
309
# Bring in any U-Boot-specific include at the end of the file
310
310
cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
311
- (cat $<; $(if $(u_boot_dtsi),echo '\ #include "$(u_boot_dtsi)"')) > $(pre-tmp); \
311
+ (cat $<; $(if $(u_boot_dtsi),echo '#include "$(u_boot_dtsi)"')) > $(pre-tmp); \
312
312
$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $(pre-tmp) ; \
313
313
$(DTC) -O dtb -o $@ -b 0 \
314
314
-i $(dir $<) $(DTC_FLAGS) \
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ HOSTCFLAGS_sha1.o := -pedantic
216
216
HOSTCFLAGS_sha256.o := -pedantic
217
217
218
218
quiet_cmd_wrap = WRAP $@
219
- cmd_wrap = echo "\ # include <../$(patsubst $(obj)/%,%,$@)>" >$@
219
+ cmd_wrap = echo \ # " include <../$(patsubst $(obj)/%,%,$@)>" >$@
220
220
221
221
$(obj ) /lib/% .c $(obj ) /common/% .c $(obj ) /env/% .c :
222
222
$(call cmd,wrap)
You can’t perform that action at this time.
0 commit comments