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).
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user