summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-16 15:18:12 -0700
committerKeith Packard <keithp@keithp.com>2012-07-16 15:18:12 -0700
commite7ca3a7849b3cbbb38143d35fe86972290bd4e61 (patch)
treefcd527530aaca107ce44e1f345ad9f96e59d23dc
parent4de789331098abc24abcb9390a35aef889a41784 (diff)
altos: Make sure telepyro ao_product.h is built before .o files
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/telepyro-v0.1/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/telepyro-v0.1/Makefile b/src/telepyro-v0.1/Makefile
index bc57b9d7..2ccd565f 100644
--- a/src/telepyro-v0.1/Makefile
+++ b/src/telepyro-v0.1/Makefile
@@ -2,7 +2,7 @@
# AltOS build
#
#
-vpath % ..:../core:../product:../drivers:../avr
+vpath % .:..:../core:../product:../drivers:../avr
vpath ao-make-product.5c ../util
MCU=atmega32u4
@@ -23,7 +23,8 @@ INC = \
ao_usb.h \
ao_pins.h \
ao_arch.h \
- ao_arch_funcs.h
+ ao_arch_funcs.h \
+ ao_product.h
ALTOS_SRC = \
ao_clock.c \