Makefile.rules (b5a2d8455dfa3190fc977c4bec53e91c99012767) | Makefile.rules (1816cb7076d3ec8a78ef9ac9f895574e13c43645) |
---|---|
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 --- 1281 unchanged lines hidden (view full) --- 1290$(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/kifconf/%.c 1291 $(COMPILE.c) -o $@ $< 1292 $(CTFCONVERT_O) 1293 1294$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vr/%.c 1295 $(COMPILE.c) -o $@ $< 1296 $(CTFCONVERT_O) 1297 | 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 --- 1281 unchanged lines hidden (view full) --- 1290$(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/kifconf/%.c 1291 $(COMPILE.c) -o $@ $< 1292 $(CTFCONVERT_O) 1293 1294$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vr/%.c 1295 $(COMPILE.c) -o $@ $< 1296 $(CTFCONVERT_O) 1297 |
1298$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/yge/%.c 1299 $(COMPILE.c) -o $@ $< 1300 $(CTFCONVERT_O) 1301 |
|
1298# 1299# krtld must refer to its own bzero/bcopy until the kernel is fully linked 1300# 1301$(OBJS_DIR)/bootrd.o := CPPFLAGS += -DKOBJ_OVERRIDES 1302$(OBJS_DIR)/doreloc.o := CPPFLAGS += -DKOBJ_OVERRIDES 1303$(OBJS_DIR)/kobj.o := CPPFLAGS += -DKOBJ_OVERRIDES 1304$(OBJS_DIR)/kobj_boot.o := CPPFLAGS += -DKOBJ_OVERRIDES 1305$(OBJS_DIR)/kobj_bootflags.o := CPPFLAGS += -DKOBJ_OVERRIDES --- 1165 unchanged lines hidden (view full) --- 2471$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.c 2472 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2473 2474$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.s 2475 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2476 2477$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vr/%.c 2478 @($(LHEAD) $(LINT.c) $< $(LTAIL)) | 1302# 1303# krtld must refer to its own bzero/bcopy until the kernel is fully linked 1304# 1305$(OBJS_DIR)/bootrd.o := CPPFLAGS += -DKOBJ_OVERRIDES 1306$(OBJS_DIR)/doreloc.o := CPPFLAGS += -DKOBJ_OVERRIDES 1307$(OBJS_DIR)/kobj.o := CPPFLAGS += -DKOBJ_OVERRIDES 1308$(OBJS_DIR)/kobj_boot.o := CPPFLAGS += -DKOBJ_OVERRIDES 1309$(OBJS_DIR)/kobj_bootflags.o := CPPFLAGS += -DKOBJ_OVERRIDES --- 1165 unchanged lines hidden (view full) --- 2475$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.c 2476 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2477 2478$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.s 2479 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 2480 2481$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vr/%.c 2482 @($(LHEAD) $(LINT.c) $< $(LTAIL)) |
2483 2484$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/yge/%.c 2485 @($(LHEAD) $(LINT.c) $< $(LTAIL)) |
|