mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 16:49:53 +00:00
8d3d047ff7
* Switch: Switch to new Bootloader. * Initial Mariko Support * ffmpeg: Fix issues caused by last libreELEC upstream merge.
13 lines
849 B
Diff
13 lines
849 B
Diff
diff -Naur switch-u-boot-a78b224c6bccced805767022398875225fae031d/scripts/Makefile.lib switch-u-boot-a78b224c6bccced805767022398875225fae031d-2/scripts/Makefile.lib
|
|
--- switch-u-boot-a78b224c6bccced805767022398875225fae031d/scripts/Makefile.lib 2022-12-21 19:29:32.133017061 +0100
|
|
+++ switch-u-boot-a78b224c6bccced805767022398875225fae031d-2/scripts/Makefile.lib 2022-12-21 19:56:57.174600727 +0100
|
|
@@ -318,7 +318,7 @@
|
|
# Modified for U-Boot
|
|
# Bring in any U-Boot-specific include at the end of the file
|
|
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 '#include "$(u_boot_dtsi)"')) > $(pre-tmp); \
|
|
$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $(pre-tmp) ; \
|
|
$(DTC) -O dtb -o $@ -b 0 \
|
|
-i $(dir $<) $(DTC_FLAGS) \
|