Skip to content

Commit

Permalink
restore j8 option in makefilke
Browse files Browse the repository at this point in the history
  • Loading branch information
merlokk committed Jun 14, 2020
1 parent 801fccf commit f5e4f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/stm32l432/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ all:
$(MAKE) -f $(APPMAKE) -j8 solo.hex PREFIX=$(PREFIX) DEBUG=$(DEBUG) EXTRA_DEFINES='-DFLASH_ROP=1'

all-hacker:
$(MAKE) -f $(APPMAKE) solo.hex PREFIX=$(PREFIX) DEBUG=$(DEBUG) EXTRA_DEFINES='-DSOLO_HACKER -DFLASH_ROP=0'
$(MAKE) -f $(APPMAKE) -j8 solo.hex PREFIX=$(PREFIX) DEBUG=$(DEBUG) EXTRA_DEFINES='-DSOLO_HACKER -DFLASH_ROP=0'

all-locked:
$(MAKE) -f $(APPMAKE) -j8 solo.hex PREFIX=$(PREFIX) EXTRA_DEFINES='-DFLASH_ROP=2'
Expand Down

0 comments on commit f5e4f19

Please sign in to comment.