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
@ -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…
Reference in New Issue
Block a user