diff options
Diffstat (limited to 'src-avr/avr-demo/Makefile')
| -rw-r--r-- | src-avr/avr-demo/Makefile | 4 | 
1 files changed, 3 insertions, 1 deletions
| 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 | 
