mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
linux: don't use $ in dtb comment as the shell tries to expand them
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0e49733b30
commit
3cab8aaeb7
@ -197,14 +197,14 @@ define LINUX_BUILD_DTB
|
|||||||
$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(KERNEL_DTBS)
|
$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(KERNEL_DTBS)
|
||||||
endef
|
endef
|
||||||
define LINUX_INSTALL_DTB
|
define LINUX_INSTALL_DTB
|
||||||
# dtbs moved from arch/$ARCH/boot to arch/$ARCH/boot/dts since 3.8-rc1
|
# dtbs moved from arch/<ARCH>/boot to arch/<ARCH>/boot/dts since 3.8-rc1
|
||||||
cp $(addprefix \
|
cp $(addprefix \
|
||||||
$(KERNEL_ARCH_PATH)/boot/$(if $(wildcard \
|
$(KERNEL_ARCH_PATH)/boot/$(if $(wildcard \
|
||||||
$(addprefix $(KERNEL_ARCH_PATH)/boot/dts/,$(KERNEL_DTBS))),dts/),$(KERNEL_DTBS)) \
|
$(addprefix $(KERNEL_ARCH_PATH)/boot/dts/,$(KERNEL_DTBS))),dts/),$(KERNEL_DTBS)) \
|
||||||
$(BINARIES_DIR)/
|
$(BINARIES_DIR)/
|
||||||
endef
|
endef
|
||||||
define LINUX_INSTALL_DTB_TARGET
|
define LINUX_INSTALL_DTB_TARGET
|
||||||
# dtbs moved from arch/$ARCH/boot to arch/$ARCH/boot/dts since 3.8-rc1
|
# dtbs moved from arch/<ARCH>/boot to arch/<ARCH>/boot/dts since 3.8-rc1
|
||||||
cp $(addprefix \
|
cp $(addprefix \
|
||||||
$(KERNEL_ARCH_PATH)/boot/$(if $(wildcard \
|
$(KERNEL_ARCH_PATH)/boot/$(if $(wildcard \
|
||||||
$(addprefix $(KERNEL_ARCH_PATH)/boot/dts/,$(KERNEL_DTBS))),dts/),$(KERNEL_DTBS)) \
|
$(addprefix $(KERNEL_ARCH_PATH)/boot/dts/,$(KERNEL_DTBS))),dts/),$(KERNEL_DTBS)) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user