diff options
| author | Keith Packard <keithp@keithp.com> | 2009-04-14 14:21:56 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-04-14 14:21:56 -0700 |
| commit | ac99982b10fd5772218660137ee21db9b90cd885 (patch) | |
| tree | ba63d3de2d647a7d159a2f3fe1cc7676125c0702 /Makefile | |
| parent | fbd8f4aff5058f4d371596b04715b7cb6d38e729 (diff) | |
Add eeprom driver and command loop
This involved adding dma control and a mutex implementation.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |
