diff options
author | Keith Packard <keithp@keithp.com> | 2017-04-21 21:32:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-04-21 21:32:26 -0700 |
commit | 5849ee6c09669e6d2e6940a76bcb5cc23178fc68 (patch) | |
tree | 3683a9935361e917eddcf0a0d101da8b509145b6 /src/lpc | |
parent | c833c93e812936125cfe9532523ea36b5046e58d (diff) |
altos/lpc: Really fix aes entry in lpc vpath
I added another entry instead of fixing the existing one. Not ideal.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc')
-rw-r--r-- | src/lpc/Makefile-lpc.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpc/Makefile-lpc.defs b/src/lpc/Makefile-lpc.defs index be5ff3b7..c4521620 100644 --- a/src/lpc/Makefile-lpc.defs +++ b/src/lpc/Makefile-lpc.defs @@ -4,7 +4,7 @@ endif include $(TOPDIR)/Makedefs -vpath % $(TOPDIR)/lpc:$(TOPDIR)/product:$(TOPDIR)/drivers:$(TOPDIR)/kernel:$(TOPDIR)/util:$(TOPDIR)/kalman:$(TOPDIR/aes):$(TOPDIR):$(TOPDIR)/math:$(TOPDIR)/aes +vpath % $(TOPDIR)/lpc:$(TOPDIR)/product:$(TOPDIR)/drivers:$(TOPDIR)/kernel:$(TOPDIR)/util:$(TOPDIR)/kalman:$(TOPDIR)/aes:$(TOPDIR):$(TOPDIR)/math vpath make-altitude $(TOPDIR)/util vpath make-kalman $(TOPDIR)/util vpath kalman.5c $(TOPDIR)/kalman |