diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-19 20:04:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-19 20:04:06 +0200 |
commit | aab4ed17b94f54813368201d3a0cba3f3d432589 (patch) | |
tree | 4babada7f6d176d06a5459510533baa10ac91cd4 /shared/shared.mk | |
parent | 2274409f898351f958975d49b0324d992c6073d0 (diff) |
integrate protocol code into stm32 code
Diffstat (limited to 'shared/shared.mk')
-rw-r--r-- | shared/shared.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/shared.mk b/shared/shared.mk new file mode 100644 index 0000000..f9586ff --- /dev/null +++ b/shared/shared.mk @@ -0,0 +1 @@ +OBJS += $(patsubst %.c,%-stm.o, $(wildcard ../shared/*.c)) |