diff options
author | Keith Packard <keithp@keithp.com> | 2017-04-21 17:15:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-04-21 17:15:05 -0700 |
commit | 86a54146b58be86c58fb45386c7abcfa0bb11677 (patch) | |
tree | 1a158cdd1e597b07d1553fd28e49a760260340a0 | |
parent | 64ac93f5495db7a8b06f1eb4fe4eb2418125d792 (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.defs | 2 |
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 |