projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868cde5
)
microblaze: Add Emaclite driver to Makefile
author
Michal Simek
<monstr@monstr.eu>
Fri, 28 Mar 2008 10:08:31 +0000
(11:08 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Tue, 8 Apr 2008 13:38:14 +0000
(15:38 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
drivers/net/Makefile
patch
|
blob
|
history
diff --git
a/drivers/net/Makefile
b/drivers/net/Makefile
index 5f6e195d01b1f19cd09e98d8497a668ec412a1cc..d5e413b79c675dcc43358866cff203294ecdf18e 100644
(file)
--- a/
drivers/net/Makefile
+++ b/
drivers/net/Makefile
@@
-62,6
+62,7
@@
COBJS-y += tsi108_eth.o
COBJS-y += uli526x.o
COBJS-y += vsc7385.o
COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o
+COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)