From c5c6fac96e348578a3436a07d75effd4abbc19f2 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 13 May 2011 01:33:49 -0700 Subject: altos-avr: Enable command processor over serial line in demo Signed-off-by: Keith Packard --- src-avr/avr-demo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src-avr/avr-demo') diff --git a/src-avr/avr-demo/Makefile b/src-avr/avr-demo/Makefile index 49824ca5..ba30adfc 100644 --- a/src-avr/avr-demo/Makefile +++ b/src-avr/avr-demo/Makefile @@ -35,8 +35,10 @@ INC = \ # Common AltOS sources # ALTOS_SRC = \ + ao_cmd.c \ ao_mutex.c \ ao_panic.c \ + ao_product.c \ ao_serial_avr.c \ ao_stdio.c \ ao_task.c \ @@ -96,4 +98,4 @@ install: uninstall: -$(OBJ): ao.h \ No newline at end of file +$(OBJ): ao.h ao_product.h \ No newline at end of file -- cgit v1.2.3