Print this page
Merged sfxge driver

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.rules
          +++ new/usr/src/uts/common/Makefile.rules
↓ open down ↓ 1340 lines elided ↑ open up ↑
1341 1341          $(CTFCONVERT_O)
1342 1342  
1343 1343  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ntxn/%.c
1344 1344          $(COMPILE.c) -o $@ $<
1345 1345          $(CTFCONVERT_O)
1346 1346  
1347 1347  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/myri10ge/drv/%.c
1348 1348          $(COMPILE.c) -o $@ $<
1349 1349          $(CTFCONVERT_O)
1350 1350  
     1351 +$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/sfxge/%.c
     1352 +        $(COMPILE.c) -o $@ $<
     1353 +        $(CTFCONVERT_O)
     1354 +
1351 1355  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/%.c
1352 1356          $(COMPILE.c) -o $@ $<
1353 1357          $(CTFCONVERT_O)
1354 1358  
1355 1359  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/ipgpc/%.c
1356 1360          $(COMPILE.c) -o $@ $<
1357 1361          $(CTFCONVERT_O)
1358 1362  
1359 1363  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/dlcosmk/%.c
1360 1364          $(COMPILE.c) -o $@ $<
↓ open down ↓ 1191 lines elided ↑ open up ↑
2552 2556  
2553 2557  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ixgbe/%.c
2554 2558          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2555 2559  
2556 2560  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ntxn/%.c
2557 2561          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2558 2562  
2559 2563  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/myri10ge/drv/%.c
2560 2564          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2561 2565  
     2566 +$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sfxge/%.c
     2567 +        @($(LHEAD) $(LINT.c) $< $(LTAIL))
     2568 +
2562 2569  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/%.c
2563 2570          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2564 2571  
2565 2572  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/ipgpc/%.c
2566 2573          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2567 2574  
2568 2575  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/dlcosmk/%.c
2569 2576          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2570 2577  
2571 2578  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/flowacct/%.c
↓ open down ↓ 146 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX