summaryrefslogtreecommitdiff
path: root/src-avr/avr-demo
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-05-18 00:18:15 -0700
committerKeith Packard <keithp@keithp.com>2011-05-18 00:18:15 -0700
commit44cb8f26a3c2749219206c5f885230278f00e969 (patch)
tree48ac70c1c3cf59f872567b484495b0231b79b77e /src-avr/avr-demo
parentf2c9234341b18d94c6056d72a496753c64619f08 (diff)
src-avr: Make avr-demo objects depend on ao_usb.h
Now that we have a usb driver, it's part of the build Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/avr-demo')
-rw-r--r--src-avr/avr-demo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-avr/avr-demo/Makefile b/src-avr/avr-demo/Makefile
index 76d618fe..8b33a1bd 100644
--- a/src-avr/avr-demo/Makefile
+++ b/src-avr/avr-demo/Makefile
@@ -27,6 +27,7 @@ endif
INC = \
ao.h \
+ ao_usb.h \
ao_pins.h \
altitude.h \
ao_kalman.h