Print this page
Merged sfxge driver
*** 1346,1355 ****
--- 1346,1359 ----
$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/myri10ge/drv/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
+ $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/%.c
+ $(COMPILE.c) -o $@ $<
+ $(CTFCONVERT_O)
+
$(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
$(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/ipgpc/%.c
*** 2557,2566 ****
--- 2561,2573 ----
@($(LHEAD) $(LINT.c) $< $(LTAIL))
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/myri10ge/drv/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))
+ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/%.c
+ @($(LHEAD) $(LINT.c) $< $(LTAIL))
+
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/ipgpc/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))