Print this page
feth prototype
*** 1149,1158 ****
--- 1149,1162 ----
$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/simnet/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
+ $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/feth/%.c
+ $(COMPILE.c) -o $@ $<
+ $(CTFCONVERT_O)
+
$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/softmac/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/%.c
*** 2453,2462 ****
--- 2457,2469 ----
@($(LHEAD) $(LINT.c) $< $(LTAIL))
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/simnet/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))
+ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/feth/%.c
+ @($(LHEAD) $(LINT.c) $< $(LTAIL))
+
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/softmac/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))
$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/uath/%.c
@($(LHEAD) $(LINT.c) $< $(LTAIL))