altos: Make sure telepyro ao_product.h is built before .o files
authorKeith Packard <keithp@keithp.com>
Mon, 16 Jul 2012 22:18:12 +0000 (15:18 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 16 Jul 2012 22:18:12 +0000 (15:18 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/telepyro-v0.1/Makefile

index bc57b9d79e4458d1c592895f1f769d50d3993478..2ccd565f2008cf5fb9440d5a50112d9c90eef76d 100644 (file)
@@ -2,7 +2,7 @@
 # AltOS build
 #
 #
 # AltOS build
 #
 #
-vpath % ..:../core:../product:../drivers:../avr
+vpath % .:..:../core:../product:../drivers:../avr
 vpath ao-make-product.5c ../util
 
 MCU=atmega32u4
 vpath ao-make-product.5c ../util
 
 MCU=atmega32u4
@@ -23,7 +23,8 @@ INC = \
        ao_usb.h \
        ao_pins.h \
        ao_arch.h \
        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 \
 
 ALTOS_SRC = \
        ao_clock.c \