diff options
Diffstat (limited to 'usr/src/uts/intel/cxgbe')
-rw-r--r-- | usr/src/uts/intel/cxgbe/cxgbe/Makefile | 2 | ||||
-rw-r--r-- | usr/src/uts/intel/cxgbe/t4nex/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/intel/cxgbe/cxgbe/Makefile b/usr/src/uts/intel/cxgbe/cxgbe/Makefile index 25c5c8ab10..e47abf752d 100644 --- a/usr/src/uts/intel/cxgbe/cxgbe/Makefile +++ b/usr/src/uts/intel/cxgbe/cxgbe/Makefile @@ -47,7 +47,7 @@ CFLAGS += -I$(UTSBASE)/common/io/cxgbe -I$(UTSBASE)/common/io/cxgbe/common \ # # Driver depends # -LDFLAGS += -dy -N misc/mac -N drv/ip +LDFLAGS += -N misc/mac -N drv/ip # # Default build targets. diff --git a/usr/src/uts/intel/cxgbe/t4nex/Makefile b/usr/src/uts/intel/cxgbe/t4nex/Makefile index cae1449725..b1784f1f60 100644 --- a/usr/src/uts/intel/cxgbe/t4nex/Makefile +++ b/usr/src/uts/intel/cxgbe/t4nex/Makefile @@ -51,7 +51,7 @@ CFLAGS += -I$(UTSBASE)/common/io/cxgbe -I$(UTSBASE)/common/io/cxgbe/common \ # # Driver depends # -LDFLAGS += -dy -N misc/mac -N drv/ip +LDFLAGS += -N misc/mac -N drv/ip # needs work SMOFF += all_func_returns,snprintf_overflow |