aboutsummaryrefslogtreecommitdiff
path: root/robot/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-24 21:56:59 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-24 21:56:59 +0200
commit937a3a736aaf2c468c8c8e8dbc7963a87eae890f (patch)
treedb8d9a717727b907c77c24aff98ed90c82ccb22a /robot/makefile
parentede8a89706209fa26e151a34a28e64affbffd23d (diff)
move some code to a shared folder
Diffstat (limited to 'robot/makefile')
-rw-r--r--robot/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/makefile b/robot/makefile
index 53010dd..cd5c032 100644
--- a/robot/makefile
+++ b/robot/makefile
@@ -12,6 +12,7 @@ LDFLAGS=-Wl,-gc-sections -Wl,-relax
SOURCES := $(filter-out sim.c, $(wildcard *.c))
HEADERS := $(filter-out sim.h, $(wildcard *.h))
+include ../shared/makefile
# simulation
SIM = true