summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-04-21 17:15:05 -0700
committerKeith Packard <keithp@keithp.com>2017-04-21 17:15:05 -0700
commit86a54146b58be86c58fb45386c7abcfa0bb11677 (patch)
tree1a158cdd1e597b07d1553fd28e49a760260340a0
parent64ac93f5495db7a8b06f1eb4fe4eb2418125d792 (diff)
alots/stmf0: Fix vpath entry for AES directory
Mis-placed ) Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/stmf0/Makefile-stmf0.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stmf0/Makefile-stmf0.defs b/src/stmf0/Makefile-stmf0.defs
index 2ea3d1d8..f2c53499 100644
--- a/src/stmf0/Makefile-stmf0.defs
+++ b/src/stmf0/Makefile-stmf0.defs
@@ -4,7 +4,7 @@ endif
include $(TOPDIR)/Makedefs
-vpath % $(TOPDIR)/stmf0:$(TOPDIR)/product:$(TOPDIR)/drivers:$(TOPDIR)/kernel:$(TOPDIR)/util:$(TOPDIR)/kalman:$(TOPDIR/aes):$(TOPDIR):$(TOPDIR)/math:$(TOPDIR)/lisp
+vpath % $(TOPDIR)/stmf0:$(TOPDIR)/product:$(TOPDIR)/drivers:$(TOPDIR)/kernel:$(TOPDIR)/util:$(TOPDIR)/kalman:$(TOPDIR)/aes:$(TOPDIR):$(TOPDIR)/math:$(TOPDIR)/lisp
vpath make-altitude $(TOPDIR)/util
vpath make-kalman $(TOPDIR)/util
vpath kalman.5c $(TOPDIR)/kalman