Makefile.rules (1e1ddd6cc98ab5af8293f7ebd132be62900730fd) Makefile.rules (8d483882aa3390058094b043f3d62187b5d1de03)
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

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

662 $(COMPILE.c) -o $@ $<
663 $(CTFCONVERT_O)
664
665
666$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/ahci/%.c
667 $(COMPILE.c) -o $@ $<
668 $(CTFCONVERT_O)
669
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

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

662 $(COMPILE.c) -o $@ $<
663 $(CTFCONVERT_O)
664
665
666$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/ahci/%.c
667 $(COMPILE.c) -o $@ $<
668 $(CTFCONVERT_O)
669
670$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
671 $(COMPILE.c) -o $@ $<
672 $(CTFCONVERT_O)
673
670$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/si3124/%.c
671 $(COMPILE.c) -o $@ $<
672 $(CTFCONVERT_O)
673
674$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/impl/%.c
675 $(COMPILE.c) -o $@ $<
676 $(CTFCONVERT_O)
677

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

1437 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1438
1439$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rtw/%.c
1440 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1441
1442$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/ahci/%.c
1443 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1444
674$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/si3124/%.c
675 $(COMPILE.c) -o $@ $<
676 $(CTFCONVERT_O)
677
678$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/impl/%.c
679 $(COMPILE.c) -o $@ $<
680 $(CTFCONVERT_O)
681

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

1441 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1442
1443$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rtw/%.c
1444 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1445
1446$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/ahci/%.c
1447 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1448
1449$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
1450 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1451
1445$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/si3124/%.c
1446 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1447
1448$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/impl/%.c
1449 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1450
1451$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/%.c
1452 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 214 unchanged lines hidden ---
1452$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/si3124/%.c
1453 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1454
1455$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/impl/%.c
1456 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1457
1458$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/%.c
1459 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 214 unchanged lines hidden ---