mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Makefile: recompile arm only when needed
This commit is contained in:
parent
73437dea62
commit
7d25c72e40
1 changed files with 2 additions and 3 deletions
|
@ -176,9 +176,8 @@ all: $(OBJS)
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
# version.c should be remade on every compilation
|
# version.c should be remade on every time fullimage.stage1.elf should be remade
|
||||||
.PHONY: version.c
|
version.c: default_version.c $(OBJDIR)/fpga_version_info.o $(OBJDIR)/fpga_all.o $(THUMBOBJ) $(ARMOBJ)
|
||||||
version.c: default_version.c
|
|
||||||
perl ../tools/mkversion.pl .. > $@ || $(COPY) $^ $@
|
perl ../tools/mkversion.pl .. > $@ || $(COPY) $^ $@
|
||||||
|
|
||||||
fpga_version_info.c: $(FPGA_BITSTREAMS) $(FPGA_COMPRESSOR)
|
fpga_version_info.c: $(FPGA_BITSTREAMS) $(FPGA_COMPRESSOR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue