Makefile.rules (f0089e391b2bc4be2755f1a1b51fb4cd9b8f3988) Makefile.rules (74079a53e205d2eeb75b215833ddc684a1db3088)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 107 unchanged lines hidden (view full) ---

116$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/dr/%.c
117 $(COMPILE.c) -o $@ $<
118 $(CTFCONVERT_O)
119
120$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/ioat/%.c
121 $(COMPILE.c) -o $@ $<
122 $(CTFCONVERT_O)
123
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 107 unchanged lines hidden (view full) ---

116$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/dr/%.c
117 $(COMPILE.c) -o $@ $<
118 $(CTFCONVERT_O)
119
120$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/ioat/%.c
121 $(COMPILE.c) -o $@ $<
122 $(CTFCONVERT_O)
123
124$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/imc/%.c
125 $(COMPILE.c) -o $@ $<
126 $(CTFCONVERT_O)
127
128$(OBJS_DIR)/%.o: $(SRC)/common/mc/imc/%.c
129 $(COMPILE.c) -o $@ $<
130 $(CTFCONVERT_O)
131
132$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/pci/%.c
133 $(COMPILE.c) -o $@ $<
134 $(CTFCONVERT_O)
135
136$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/pciex/%.c
137 $(COMPILE.c) -o $@ $<
138 $(CTFCONVERT_O)
139

--- 222 unchanged lines hidden ---
124$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/pci/%.c
125 $(COMPILE.c) -o $@ $<
126 $(CTFCONVERT_O)
127
128$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/pciex/%.c
129 $(COMPILE.c) -o $@ $<
130 $(CTFCONVERT_O)
131

--- 222 unchanged lines hidden ---