mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
stamp-open9x.h is needed for simu
This commit is contained in:
parent
6a0114d612
commit
cc91c5e399
1 changed files with 2 additions and 1 deletions
|
@ -615,7 +615,7 @@ FOXLIB=-L/usr/local/lib \
|
|||
-lFOX-1.6 \
|
||||
-Wl,-rpath,$(FOXPATH)/src/.libs
|
||||
|
||||
simu: $(BOARDSRC) $(CPPSRC) Makefile simu.cpp simpgmspace.cpp *.h *.lbm eeprom.bin
|
||||
simu: stamp_header $(BOARDSRC) $(CPPSRC) Makefile simu.cpp simpgmspace.cpp *.h *.lbm eeprom.bin
|
||||
g++ simu.cpp $(CPPFLAGS) $(BOARDSRC) $(CPPSRC) simpgmspace.cpp $(ARCH) -MD -DSIMU -o simu $(FOXINC) $(FOXLIB) -pthread
|
||||
|
||||
eeprom.bin:
|
||||
|
@ -702,6 +702,7 @@ clean_list :
|
|||
$(REMOVE) *.d
|
||||
$(REMOVE) *.lst
|
||||
$(REMOVE) allsrc.cpp
|
||||
$(REMOVE) stamp-open9x.h
|
||||
|
||||
#### GOOGLE TESTS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue