From ac99982b10fd5772218660137ee21db9b90cd885 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 14 Apr 2009 14:21:56 -0700 Subject: Add eeprom driver and command loop This involved adding dma control and a mutex implementation. Signed-off-by: Keith Packard --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9284ed25..909bb462 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,10 @@ SRC = \ ao_adc.c \ ao_beep.c \ ao_cmd.c \ + ao_dma.c \ + ao_ee.c \ ao_led.c \ + ao_mutex.c \ ao_panic.c \ ao_task.c \ ao_timer.c \ -- cgit v1.2.3