Print this page
i40e initial push for nightly test

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.rules
          +++ new/usr/src/uts/common/Makefile.rules
↓ open down ↓ 1346 lines elided ↑ open up ↑
1347 1347          $(CTFCONVERT_O)
1348 1348  
1349 1349  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/iprb/%.c
1350 1350          $(COMPILE.c) -o $@ $<
1351 1351          $(CTFCONVERT_O)
1352 1352  
1353 1353  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ixgbe/%.c
1354 1354          $(COMPILE.c) -o $@ $<
1355 1355          $(CTFCONVERT_O)
1356 1356  
     1357 +$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/i40e/%.c
     1358 +        $(COMPILE.c) -o $@ $<
     1359 +        $(CTFCONVERT_O)
     1360 +
1357 1361  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ntxn/%.c
1358 1362          $(COMPILE.c) -o $@ $<
1359 1363          $(CTFCONVERT_O)
1360 1364  
1361 1365  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/myri10ge/drv/%.c
1362 1366          $(COMPILE.c) -o $@ $<
1363 1367          $(CTFCONVERT_O)
1364 1368  
1365 1369  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/%.c
1366 1370          $(COMPILE.c) -o $@ $<
↓ open down ↓ 1203 lines elided ↑ open up ↑
2570 2574  
2571 2575  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/igb/%.c
2572 2576          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2573 2577  
2574 2578  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iprb/%.c
2575 2579          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2576 2580  
2577 2581  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ixgbe/%.c
2578 2582          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2579 2583  
     2584 +$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/i40e/%.c
     2585 +        @($(LHEAD) $(LINT.c) $< $(LTAIL))
     2586 +
2580 2587  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ntxn/%.c
2581 2588          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2582 2589  
2583 2590  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/myri10ge/drv/%.c
2584 2591          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2585 2592  
2586 2593  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/%.c
2587 2594          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2588 2595  
2589 2596  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/ipgpc/%.c
↓ open down ↓ 167 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX