summaryrefslogtreecommitdiff
path: root/src/cortexelf-v1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-04-02 15:18:34 -0700
committerKeith Packard <keithp@keithp.com>2017-04-02 15:18:34 -0700
commit62b0228aed5191c8d769f9f34143a13036e210a7 (patch)
tree67647744639d3b8e18fe7b3254ca502dd2ad8b11 /src/cortexelf-v1/Makefile
parent637d522c6a15b47051103ccc3626be3206a7a2df (diff)
cortexelf-v1: Fix clock to drive VGA at 640/480. Add sdcard, remove others
VGA requires the CPU to run at 24MHz. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cortexelf-v1/Makefile')
-rw-r--r--src/cortexelf-v1/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cortexelf-v1/Makefile b/src/cortexelf-v1/Makefile
index e0fdc8fd..c74b0cce 100644
--- a/src/cortexelf-v1/Makefile
+++ b/src/cortexelf-v1/Makefile
@@ -42,7 +42,6 @@ ALTOS_SRC = \
ao_cmd.c \
ao_config.c \
ao_task.c \
- ao_led.c \
ao_stdio.c \
ao_panic.c \
ao_timer.c \
@@ -50,8 +49,6 @@ ALTOS_SRC = \
ao_serial_stm.c \
ao_dma_stm.c \
ao_spi_stm.c \
- ao_storage.c \
- ao_m25.c \
ao_usb_stm.c \
ao_exti_stm.c \
ao_i2c_stm.c \
@@ -63,6 +60,7 @@ ALTOS_SRC = \
ao_line.c \
ao_ps2.c \
ao_console.c \
+ ao_sdcard.c \
$(PROFILE) \
$(SAMPLE_PROFILE) \
$(STACK_GUARD)