summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/extras.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/extras.mk b/project/extras.mk
index c465f77..349f9fc 100644
--- a/project/extras.mk
+++ b/project/extras.mk
@@ -4,6 +4,9 @@ CFLAGS_APP_ATTR += -DSLBT_APP
CFLAGS_MACHINE := -DSLBT_MACHINE=\"$(shell $(CC) $(CFLAGS) -dumpmachine)\"
+src/driver/slbt_driver_ctx.o: version.tag
+src/driver/slbt_driver_ctx.lo: version.tag
+
src/driver/slbt_driver_ctx.o: CFLAGS += $(CFLAGS_MACHINE)
src/driver/slbt_driver_ctx.lo: CFLAGS += $(CFLAGS_MACHINE)