File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -347,17 +347,17 @@ rootfs_clean:
347
347
348
348
# Note: We're reusing the TARGET variable from the Linux build section
349
349
350
- UBOOT_SRC : = $(ROOT_DIR ) /u-boot
351
- UBOOT_OUT : = $(OUT_DIR ) /uboot/$(ARCH )
350
+ UBOOT_SRC ? = $(ROOT_DIR ) /u-boot
351
+ UBOOT_OUT ? = $(OUT_DIR ) /uboot/$(ARCH )
352
352
UBOOT_CONFIG := $(UBOOT_OUT ) /.config
353
353
UBOOT_BIN := $(UBOOT_OUT ) /u-boot.bin
354
354
355
355
ifeq ($(ARCH ) ,x86_64)
356
- UBOOT_DEFCONFIG = qemu-x86_64_defconfig
356
+ UBOOT_DEFCONFIG ?= qemu-x86_64_defconfig
357
357
else ifeq ($(ARCH),i386)
358
- UBOOT_DEFCONFIG = qemu-x86_defconfig
358
+ UBOOT_DEFCONFIG ?= qemu-x86_defconfig
359
359
else ifeq ($(ARCH),arm64)
360
- UBOOT_DEFCONFIG = qemu_arm64_defconfig
360
+ UBOOT_DEFCONFIG ?= qemu_arm64_defconfig
361
361
endif
362
362
363
363
UBOOT_MAKE := \
You can’t perform that action at this time.
0 commit comments