Commit 9b3af176 authored by Linus Torvalds's avatar Linus Torvalds

A bit too much cut-and-paste in the newly added e100 driver

makefile rules..
parent 821c37ce
...@@ -22,7 +22,7 @@ list-multi := rcpci.o ...@@ -22,7 +22,7 @@ list-multi := rcpci.o
rcpci-objs := rcpci45.o rclanmtl.o rcpci-objs := rcpci45.o rclanmtl.o
ifeq ($(CONFIG_E100),y) ifeq ($(CONFIG_E100),y)
obj-y += e1000/e100.o obj-y += e100/e100.o
endif endif
ifeq ($(CONFIG_E1000),y) ifeq ($(CONFIG_E1000),y)
obj-y += e1000/e1000.o obj-y += e1000/e1000.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment