Makefile.rules (2ca5b6595b95478e6568b0e77c6c83c8a870867a) Makefile.rules (0219346b07c8d846112a335f1543309c21e3d8da)
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

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

624$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/drm/%.c
625 $(COMPILE.c) -o $@ $<
626 $(CTFCONVERT_O)
627
628$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fcoe/%.c
629 $(COMPILE.c) -o $@ $<
630 $(CTFCONVERT_O)
631
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

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

624$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/drm/%.c
625 $(COMPILE.c) -o $@ $<
626 $(CTFCONVERT_O)
627
628$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fcoe/%.c
629 $(COMPILE.c) -o $@ $<
630 $(CTFCONVERT_O)
631
632$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hme/%.c
633 $(COMPILE.c) -o $@ $<
634 $(CTFCONVERT_O)
635
632$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
633 $(COMPILE.c) -o $@ $<
634 $(CTFCONVERT_O)
635
636$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/pciehpc/%.c
637 $(COMPILE.c) -o $@ $<
638 $(CTFCONVERT_O)
639

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

1794 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1795
1796$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/drm/%.c
1797 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1798
1799$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fcoe/%.c
1800 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1801
636$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
637 $(COMPILE.c) -o $@ $<
638 $(CTFCONVERT_O)
639
640$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/pciehpc/%.c
641 $(COMPILE.c) -o $@ $<
642 $(CTFCONVERT_O)
643

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

1798 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1799
1800$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/drm/%.c
1801 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1802
1803$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fcoe/%.c
1804 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1805
1806$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hme/%.c
1807 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1808
1802$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
1803 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1804
1805$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/pciehpc/%.c
1806 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1807
1808$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/pcishpc/%.c
1809 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 517 unchanged lines hidden ---
1809$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
1810 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1811
1812$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/pciehpc/%.c
1813 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1814
1815$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/pcishpc/%.c
1816 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 517 unchanged lines hidden ---