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 @@ -350,17 +350,17 @@ rootfs_clean:
350
350
351
351
# Note: We're reusing the TARGET variable from the Linux build section
352
352
353
- UBOOT_SRC : = $(ROOT_DIR ) /u-boot
354
- UBOOT_OUT : = $(OUT_DIR ) /uboot/$(ARCH )
353
+ UBOOT_SRC ? = $(ROOT_DIR ) /u-boot
354
+ UBOOT_OUT ? = $(OUT_DIR ) /uboot/$(ARCH )
355
355
UBOOT_CONFIG := $(UBOOT_OUT ) /.config
356
356
UBOOT_BIN := $(UBOOT_OUT ) /u-boot.bin
357
357
358
358
ifeq ($(ARCH ) ,x86_64)
359
- UBOOT_DEFCONFIG = qemu-x86_64_defconfig
359
+ UBOOT_DEFCONFIG ?= qemu-x86_64_defconfig
360
360
else ifeq ($(ARCH),i386)
361
- UBOOT_DEFCONFIG = qemu-x86_defconfig
361
+ UBOOT_DEFCONFIG ?= qemu-x86_defconfig
362
362
else ifeq ($(ARCH),arm64)
363
- UBOOT_DEFCONFIG = qemu_arm64_defconfig
363
+ UBOOT_DEFCONFIG ?= qemu_arm64_defconfig
364
364
endif
365
365
366
366
UBOOT_MAKE := \
You can’t perform that action at this time.
0 commit comments