Wrap ARCHES in quotes as it may contain spaces
This commit is contained in:
parent
6b960f35e9
commit
a43a892d75
2
Makefile
2
Makefile
|
@ -143,7 +143,7 @@ ifneq ($(ARCHES),source)
|
|||
$(BASEDIR)/tools/generate_di+k_list
|
||||
ifeq ($(FORCE_FIRMWARE),1)
|
||||
# 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
|
||||
$(BDIR)/DATE:
|
||||
|
|
Loading…
Reference in New Issue