diff options
author | gd78059 <none@none> | 2007-07-12 10:37:47 -0700 |
---|---|---|
committer | gd78059 <none@none> | 2007-07-12 10:37:47 -0700 |
commit | 85025c032d701094e5f35de4f42ce66082924fc1 (patch) | |
tree | 842851b7f5ed7e831beb4c0725726f8c3fe155e9 /usr/src/uts/sparc | |
parent | 07678296a66d425e65d218730836cc0162649ce4 (diff) | |
download | illumos-gate-85025c032d701094e5f35de4f42ce66082924fc1.tar.gz |
PSARC 2007/319 HME GLDv3 conversion
4891284 RFE to add debug kstat counter for promiscuous mode to hme driver
6345963 panic in hme
6554790 Race betweeen hmedetach and hmestat_kstat_update
6568532 hme should support GLDv3
6578294 hme does not support hardware checksum
Diffstat (limited to 'usr/src/uts/sparc')
-rw-r--r-- | usr/src/uts/sparc/hme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/sparc/hme/Makefile b/usr/src/uts/sparc/hme/Makefile index eb8b2b08df..57abff14fd 100644 --- a/usr/src/uts/sparc/hme/Makefile +++ b/usr/src/uts/sparc/hme/Makefile @@ -23,7 +23,7 @@ # # ident "%Z%%M% %I% %E% SMI" # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # This makefile drives the production of the hme driver @@ -59,6 +59,7 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # Overrides. # CFLAGS += $(CCVERBOSE) +LDFLAGS += -dy -Ndrv/ip -Nmisc/mac # # For now, disable these lint checks; maintainers should endeavor |