mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-05 18:01:21 +08:00
make -j works now
This commit is contained in:
2
Makefile
2
Makefile
@@ -288,6 +288,8 @@ bin: tbl $(TARGET).bin
|
||||
lss: $(TARGET).lss
|
||||
sym: $(TARGET).sym
|
||||
|
||||
$(OBJECTS): inc/hal_tbl.h inc/commandslist.h
|
||||
|
||||
inc/commandslist.h: tools/create_cmd.py $(SOURCES)
|
||||
@echo Generating commands list
|
||||
@$(PYTHON) tools/create_cmd.py inc/commandslist.h $(SOURCES)
|
||||
|
||||
@@ -196,6 +196,8 @@ sym: $(TARGET).sym
|
||||
# Display compiler version information
|
||||
#
|
||||
|
||||
$(OBJECTS): stm32f303/inc/hal_tbl.h stm32f303/inc/commandslist.h
|
||||
|
||||
stm32f303/inc/commandslist.h: tools/create_cmd.py $(SOURCES)
|
||||
@echo Generating commands list
|
||||
@$(PYTHON) tools/create_cmd.py stm32f303/inc/commandslist.h $(SOURCES)
|
||||
|
||||
Reference in New Issue
Block a user