mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
usb: eth: fix Makefile
fix obj-y term Signed-off-by: Rene Griessl <rgriessl@cit-ec.uni-bielefeld.de>
This commit is contained in:
parent
a8c2ebcf0a
commit
3908f16f85
1 changed files with 1 additions and 3 deletions
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
# new USB host ethernet layer dependencies
|
||||
obj-$(CONFIG_USB_HOST_ETHER) += usb_ether.o
|
||||
ifdef CONFIG_USB_ETHER_ASIX
|
||||
obj-y += asix.o
|
||||
endif
|
||||
obj-$(CONFIG_USB_ETHER_ASIX) += asix.o
|
||||
obj-$(CONFIG_USB_ETHER_MCS7830) += mcs7830.o
|
||||
obj-$(CONFIG_USB_ETHER_SMSC95XX) += smsc95xx.o
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue