ethernet: ksz80x1: fix build/compile
Originally sourced from: https://github.com/libopencm3/libopencm3/pull/382 fixed some typos from the manual and poor merging/rebaseing, and one judgment call on using a specific name for a conflicting bit definition.
This commit is contained in:
@@ -38,7 +38,7 @@ ARFLAGS = rcs
|
||||
|
||||
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
|
||||
OBJS += mac.o mac_stm32fxx7.o phy.o phy_ksz80x1.o
|
||||
|
||||
OBJS += crc_common_all.o dac_common_all.o dma_common_l1f013.o \
|
||||
gpio_common_all.o i2c_common_v1.o iwdg_common_all.o \
|
||||
|
||||
Reference in New Issue
Block a user