diff options
Diffstat (limited to 'usr/src/uts/common/Makefile.rules')
| -rw-r--r-- | usr/src/uts/common/Makefile.rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/uts/common/Makefile.rules b/usr/src/uts/common/Makefile.rules index 6b6a8d6e17..ce05e10e3e 100644 --- a/usr/src/uts/common/Makefile.rules +++ b/usr/src/uts/common/Makefile.rules @@ -567,6 +567,10 @@ $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwi/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) +$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwk/%.c + $(COMPILE.c) -o $@ $< + $(CTFCONVERT_O) + $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kb8042/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) @@ -1414,6 +1418,9 @@ $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ipw/%.c $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwi/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) +$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwk/%.c + @($(LHEAD) $(LINT.c) $< $(LTAIL)) + $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kb8042/%.c @($(LHEAD) $(LINT.c) $< $(LTAIL)) |
