Wrap ARCHES in quotes as it may contain spaces
This commit is contained in:
parent
7d309316f5
commit
dd200c2a7f
|
@ -143,7 +143,7 @@ ifneq ($(ARCHES),source)
|
||||||
$(BASEDIR)/tools/generate_di+k_list
|
$(BASEDIR)/tools/generate_di+k_list
|
||||||
ifeq ($(FORCE_FIRMWARE),1)
|
ifeq ($(FORCE_FIRMWARE),1)
|
||||||
# Generate firmware task file using the contents of the archive
|
# Generate firmware task file using the contents of the archive
|
||||||
$(Q)$(BASEDIR)/tools/generate_firmware_task $(ARCHES) $(TASKDIR)/firmware
|
$(Q)$(BASEDIR)/tools/generate_firmware_task "$(ARCHES)" $(TASKDIR)/firmware
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
$(BDIR)/DATE:
|
$(BDIR)/DATE:
|
||||||
|
|
Loading…
Reference in New Issue