summaryrefslogtreecommitdiff
path: root/src/stm32f4-disco/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-02 12:48:25 -0700
committerKeith Packard <keithp@keithp.com>2018-10-13 08:23:25 -0700
commit408badbef80d7a3412b5ad92b269be19d0faaa09 (patch)
tree60da59919c1eeff6d8c5f008d3349ad5bb8e38cf /src/stm32f4-disco/Makefile
parent805d218ff50e6c38345c0d4e46f568009132633e (diff)
altos/stm32f4-disco: Start hooking up stm32f413 USB for the disco board
Non-working as yet. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm32f4-disco/Makefile')
-rw-r--r--src/stm32f4-disco/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/stm32f4-disco/Makefile b/src/stm32f4-disco/Makefile
index c4aa8e0a..de30316c 100644
--- a/src/stm32f4-disco/Makefile
+++ b/src/stm32f4-disco/Makefile
@@ -29,10 +29,12 @@ ALTOS_SRC = \
ao_timer.c \
ao_task.c \
ao_stdio.c \
- ao_product.o \
+ ao_product.c \
ao_cmd.c \
ao_exti_stm32f4.c \
ao_usart_stm32f4.c \
+ ao_usb_gen.c \
+ ao_usb_stm32f4.c \
ao_led.c \
ao_impure.c \
$(SCHEME_SRCS)
@@ -72,7 +74,7 @@ ao_scheme_const.h: ao-scheme-make-const-big $(SCHEME_SCHEME)
distclean: clean
clean:
- rm -f *.o *.elf *.ihx
+ rm -f *.o *.elf *.ihx *.map
install: