aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f1/Makefile
diff options
context:
space:
mode:
authorKen Sarkies2012-12-05 16:05:40 +1030
committerKen Sarkies2013-01-08 19:50:22 +1030
commit1029597e7034bc088179227efe84bc0c00391082 (patch)
tree150ed25904324f45bb3acb6924428693d5c227d4 /lib/stm32/f1/Makefile
parent7ec382c7d5dfdc868ab52501bebf02eb23a416a0 (diff)
Move DAC to common area
(Note there are now dummy source files dac.c (and others) that are not compiled but are needed for documentation).
Diffstat (limited to 'lib/stm32/f1/Makefile')
-rw-r--r--lib/stm32/f1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stm32/f1/Makefile b/lib/stm32/f1/Makefile
index 845ae0c..7da3449 100644
--- a/lib/stm32/f1/Makefile
+++ b/lib/stm32/f1/Makefile
@@ -31,9 +31,9 @@ ARFLAGS = rcs
OBJS = rcc.o gpio.o usart.o adc.o flash.o \
rtc.o i2c.o dma.o exti.o ethernet.o \
usb_f103.o usb.o usb_control.o usb_standard.o can.o \
- timer.o usb_f107.o desig.o crc.o dac.o iwdg.o pwr.o \
+ timer.o usb_f107.o desig.o crc.o iwdg.o pwr.o \
usb_fx07_common.o \
- gpio_common_all.o spi_common_all.o
+ gpio_common_all.o spi_common_all.o dac_common_all.o
VPATH += ../../usb:../:../../cm3:../common