repo.or.cz
/
inav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #5592 from iNavFlight/dzikuvx-simple-2d-navigation
[inav.git]
/
make
/
stamp.mk
blob
f68f68d2ae041a0c3cb9e8b2e0596a0572b72372
1
.PHONY
:
.FORCE
2
3
BUILD_STAMP
= $(
UTILS_DIR
)/
build_stamp.rb
4
STAMP
= $(
TARGET_OBJ_DIR
)/
build.stamp
5
6
$(
STAMP
):
.FORCE
7
$(
V1
)
CPP_PATH
=
"$(ARM_SDK_DIR)/bin"
CFLAGS
=
"$(CFLAGS)"
TARGET
=$(
TARGET
)
ruby
$(
BUILD_STAMP
) $(
SETTINGS_FILE
) $(
STAMP
)