mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
u-boot: don't depend on gcc (not needed and not provided by ext toolchain)
This commit is contained in:
parent
c27f4963b5
commit
1828845345
@ -135,7 +135,7 @@ $(TARGET_DIR)/usr/sbin/fw_printenv: $(U_BOOT_DIR)/$(U_BOOT_BIN)
|
|||||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
|
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
|
||||||
ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv
|
ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv
|
||||||
|
|
||||||
u-boot: gcc $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TARGET_TOOLS)
|
u-boot: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TARGET_TOOLS)
|
||||||
|
|
||||||
u-boot-clean:
|
u-boot-clean:
|
||||||
-$(MAKE) -C $(U_BOOT_DIR) clean
|
-$(MAKE) -C $(U_BOOT_DIR) clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user