Print this page
2995 pcan and pcwl wifi device drivers EOL

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.rules
          +++ new/usr/src/uts/common/Makefile.rules
↓ open down ↓ 963 lines elided ↑ open up ↑
 964  964          $(COMPILE.s) -o $@ $<
 965  965  
 966  966  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/pci-ide/%.c
 967  967          $(COMPILE.c) -o $@ $<
 968  968          $(CTFCONVERT_O)
 969  969  
 970  970  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/pcmcia/%.c
 971  971          $(COMPILE.c) -o $@ $<
 972  972          $(CTFCONVERT_O)
 973  973  
 974      -$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/pcan/%.c
 975      -        $(COMPILE.c) -o $@ $<
 976      -        $(CTFCONVERT_O)
 977      -
 978  974  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/pcn/%.c
 979  975          $(COMPILE.c) -o $@ $<
 980  976          $(CTFCONVERT_O)
 981  977  
 982      -$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/pcwl/%.c
 983      -        $(COMPILE.c) -o $@ $<
 984      -        $(CTFCONVERT_O)
 985      -
 986  978  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ppp/sppp/%.c
 987  979          $(COMPILE.c) -o $@ $<
 988  980          $(CTFCONVERT_O)
 989  981  
 990  982  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ppp/spppasyn/%.c
 991  983          $(COMPILE.c) -o $@ $<
 992  984          $(CTFCONVERT_O)
 993  985  
 994  986  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ppp/sppptun/%.c
 995  987          $(COMPILE.c) -o $@ $<
↓ open down ↓ 1243 lines elided ↑ open up ↑
2239 2231  
2240 2232  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/nxge/npi/%.c
2241 2233          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2242 2234  
2243 2235  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pci-ide/%.c
2244 2236          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2245 2237  
2246 2238  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pcmcia/%.c
2247 2239          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2248 2240  
2249      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pcan/%.c
2250      -        @($(LHEAD) $(LINT.c) $< $(LTAIL))
2251      -
2252 2241  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pcn/%.c
2253 2242          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2254 2243  
2255      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pcwl/%.c
2256      -        @($(LHEAD) $(LINT.c) $< $(LTAIL))
2257      -
2258 2244  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ppp/sppp/%.c
2259 2245          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2260 2246  
2261 2247  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ppp/spppasyn/%.c
2262 2248          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2263 2249  
2264 2250  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ppp/sppptun/%.c
2265 2251          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2266 2252  
2267 2253  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ral/%.c
↓ open down ↓ 404 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX