simulator is happy!

This commit is contained in:
Matthew Kennedy 2023-02-22 16:22:08 -08:00
parent 07b2f1b783
commit 2e978cc23a
4 changed files with 3 additions and 6 deletions

2
.gitignore vendored
View File

@ -23,6 +23,8 @@ err.txt
log.txt
*.rusefi_binary
*.msq
gitversion.h
gitversion.h.gen
# Eclipse
.metadata/

4
firmware/.gitignore vendored
View File

@ -12,7 +12,3 @@ build*
# tools
gcc-arm-none-eabi
arm-gnu*
# generated files
gitversion.h
gitversion.h.gen

View File

@ -11,5 +11,4 @@ gitversion.h : gitversion.h.gen
rsync --checksum $< $@
# All objects could depend on git version
$(TCPPOBJS) : gitversion.h
$(ACPPOBJS) : gitversion.h
$(OBJS) : gitversion.h

0
simulator/compile.sh Normal file → Executable file
View File