stm32f1: drop leftover ethernet files
The f107 ethernet peripheral is the same as in f4, and was pulled out
into lib/ethernet/mac_stm32fxx7.c in 52758bb8fd
This drops the duplicate code.
Fixes Github issue #694
This commit is contained in:
@@ -35,7 +35,7 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
|
||||
# ARFLAGS = rcsv
|
||||
ARFLAGS = rcs
|
||||
|
||||
OBJS = adc.o adc_common_v1.o can.o desig.o ethernet.o flash.o gpio.o \
|
||||
OBJS = adc.o adc_common_v1.o can.o desig.o flash.o gpio.o \
|
||||
rcc.o rtc.o timer.o
|
||||
OBJS += mac.o mac_stm32fxx7.o phy.o phy_ksz8051mll.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user