Print this page
i40e initial push for nightly test
*** 1352,1361 ****
--- 1352,1365 ----
$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ixgbe/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
+ $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/%.c
+ $(COMPILE.c) -o $@ $<
+ $(CTFCONVERT_O)
+
$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ntxn/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/myri10ge/drv/%.c
*** 2575,2584 ****
--- 2579,2591 ----
@($(LHEAD) $(LINT.c) $< $(LTAIL))
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ixgbe/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))
+ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/i40e/%.c
+ @($(LHEAD) $(LINT.c) $< $(LTAIL))
+
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ntxn/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/myri10ge/drv/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))