Silly Makefile typos
This commit is contained in:
parent
d872cea0c1
commit
9cc05fedae
3
Makefile
3
Makefile
|
@ -141,10 +141,11 @@ ifneq ($(ARCHES),source)
|
|||
$(BASEDIR)/tools/update_tasks; \
|
||||
$(BASEDIR)/tools/generate_di_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
|
||||
$(Q)$(BASEDIR)/tools/generate_firmware_task $(ARCHES) $(TASKDIR)/firmware
|
||||
endif
|
||||
endif
|
||||
$(BDIR)/DATE:
|
||||
$(Q)date '+%Y%m%d' > $(BDIR)/DATE
|
||||
|
||||
|
|
Loading…
Reference in New Issue