Print this page
6064 ixgbe needs X550 support
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/uts/intel/ixgbe/Makefile
+++ new/usr/src/uts/intel/ixgbe/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 23 # Use is subject to license terms.
↓ open down ↓ |
23 lines elided |
↑ open up ↑ |
24 24 #
25 25 # uts/intel/ixgbe/Makefile
26 26 #
27 27 # This makefile drives the production of the ixgbe
28 28 # network driver kernel module.
29 29 #
30 30 # intel architecture dependent
31 31 #
32 32
33 33 #
34 +# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
35 +#
36 +
37 +#
34 38 # Paths to the base of the uts directory trees
35 39 #
36 40 UTSBASE = ../..
37 41
38 42 #
39 43 # Define the module and object file sets.
40 44 #
41 45 MODULE = ixgbe
42 46 OBJECTS = $(IXGBE_OBJS:%=$(OBJS_DIR)/%)
43 47 LINTS = $(IXGBE_OBJS:%.o=$(LINTS_DIR)/%.ln)
44 48 ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
↓ open down ↓ |
1 lines elided |
↑ open up ↑ |
45 49 CONF_SRCDIR = $(UTSBASE)/common/io/ixgbe
46 50
47 51 #
48 52 # Include common rules.
49 53 #
50 54 include $(UTSBASE)/intel/Makefile.intel
51 55
52 56 CERRWARN += -_gcc=-Wno-parentheses
53 57 CERRWARN += -_gcc=-Wno-switch
54 58 CERRWARN += -_gcc=-Wno-uninitialized
59 +CERRWARN += -_gcc=-Wno-unused-value
55 60
56 61 #
57 62 # Define targets
58 63 #
59 64 ALL_TARGET = $(BINARY) $(CONFMOD)
60 65 LINT_TARGET = $(MODULE).lint
61 66 INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
62 67
63 68 #
64 69 # Driver depends on MAC
65 70 #
66 71 LDFLAGS += -dy -N misc/mac
67 72
68 73 #
69 74 # Default build targets.
70 75 #
71 76 .KEEP_STATE:
72 77
73 78 def: $(DEF_DEPS)
74 79
75 80 all: $(ALL_DEPS)
76 81
77 82 clean: $(CLEAN_DEPS)
78 83
79 84 clobber: $(CLOBBER_DEPS)
80 85
81 86 lint: $(LINT_DEPS)
82 87
83 88 modlintlib: $(MODLINTLIB_DEPS)
84 89
85 90 clean.lint: $(CLEAN_LINT_DEPS)
86 91
87 92 install: $(INSTALL_DEPS)
88 93
89 94 #
90 95 # Include common targets.
91 96 #
92 97 include $(UTSBASE)/intel/Makefile.targ
↓ open down ↓ |
28 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX