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 --- 143 unchanged lines hidden (view full) --- 152$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/coretemp/%.c 153 $(COMPILE.c) -o $@ $< 154 $(CTFCONVERT_O) 155 156$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/hotplug/pcicfg/%.c 157 $(COMPILE.c) -o $@ $< 158 $(CTFCONVERT_O) 159 | 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 --- 143 unchanged lines hidden (view full) --- 152$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/coretemp/%.c 153 $(COMPILE.c) -o $@ $< 154 $(CTFCONVERT_O) 155 156$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/hotplug/pcicfg/%.c 157 $(COMPILE.c) -o $@ $< 158 $(CTFCONVERT_O) 159 |
160$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/imc/%.c 161 $(COMPILE.c) -o $@ $< 162 $(CTFCONVERT_O) 163 164$(OBJS_DIR)/%.o: $(SRC)/common/mc/imc/%.c 165 $(COMPILE.c) -o $@ $< 166 $(CTFCONVERT_O) 167 |
|
160$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/ipmi/%.c 161 $(COMPILE.c) -o $@ $< 162 $(CTFCONVERT_O) 163 164$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/intel_nb5000/%.c 165 $(COMPILE.c) -o $@ $< 166 $(CTFCONVERT_O) 167 --- 134 unchanged lines hidden --- | 168$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/ipmi/%.c 169 $(COMPILE.c) -o $@ $< 170 $(CTFCONVERT_O) 171 172$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/intel_nb5000/%.c 173 $(COMPILE.c) -o $@ $< 174 $(CTFCONVERT_O) 175 --- 134 unchanged lines hidden --- |