summaryrefslogtreecommitdiff
path: root/usr/src/lib/fm/topo/modules/sun4
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/fm/topo/modules/sun4')
-rw-r--r--usr/src/lib/fm/topo/modules/sun4/chip/Makefile.chip5
-rw-r--r--usr/src/lib/fm/topo/modules/sun4/hostbridge/Makefile.hb6
-rw-r--r--usr/src/lib/fm/topo/modules/sun4/ioboard/Makefile.iob6
-rw-r--r--usr/src/lib/fm/topo/modules/sun4/pcibus/Makefile.pci6
4 files changed, 0 insertions, 23 deletions
diff --git a/usr/src/lib/fm/topo/modules/sun4/chip/Makefile.chip b/usr/src/lib/fm/topo/modules/sun4/chip/Makefile.chip
index b8bf7c87d9..473518739f 100644
--- a/usr/src/lib/fm/topo/modules/sun4/chip/Makefile.chip
+++ b/usr/src/lib/fm/topo/modules/sun4/chip/Makefile.chip
@@ -22,8 +22,6 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-
MODULE = chip
CLASS = arch
SUN4DIR = ../../sun4/$(MODULE)
@@ -38,6 +36,3 @@ CPPFLAGS += $(INCDIRS:%=-I%)
%.o: $(SUN4DIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
-
-%.ln: $(SUN4DIR)/%.c
- $(LINT.c) -c $<
diff --git a/usr/src/lib/fm/topo/modules/sun4/hostbridge/Makefile.hb b/usr/src/lib/fm/topo/modules/sun4/hostbridge/Makefile.hb
index 342b44cb6d..287c845354 100644
--- a/usr/src/lib/fm/topo/modules/sun4/hostbridge/Makefile.hb
+++ b/usr/src/lib/fm/topo/modules/sun4/hostbridge/Makefile.hb
@@ -44,9 +44,3 @@ CPPFLAGS += -I$(SUN4DIR) -I$(UTILDIR) -I$(HBDIR)
%.o: $(UTILDIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
-
-%.ln: $(SUN4DIR)/%.c
- $(LINT.c) -c $<
-
-%.ln: $(UTILDIR)/%.c
- $(LINT.c) -c $<
diff --git a/usr/src/lib/fm/topo/modules/sun4/ioboard/Makefile.iob b/usr/src/lib/fm/topo/modules/sun4/ioboard/Makefile.iob
index 63d42105d3..b86ee55548 100644
--- a/usr/src/lib/fm/topo/modules/sun4/ioboard/Makefile.iob
+++ b/usr/src/lib/fm/topo/modules/sun4/ioboard/Makefile.iob
@@ -44,9 +44,3 @@ CPPFLAGS += -I$(UTILDIR) -I$(HBDIR) -I$(SUN4DIR)
%.o: $(SUN4DIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
-
-%.ln: $(UTILDIR)/%.c
- $(LINT.c) -c $<
-
-%.ln: $(SUN4DIR)/%.c
- $(LINT.c) -c $<
diff --git a/usr/src/lib/fm/topo/modules/sun4/pcibus/Makefile.pci b/usr/src/lib/fm/topo/modules/sun4/pcibus/Makefile.pci
index 0600e71993..0a80dbf19a 100644
--- a/usr/src/lib/fm/topo/modules/sun4/pcibus/Makefile.pci
+++ b/usr/src/lib/fm/topo/modules/sun4/pcibus/Makefile.pci
@@ -48,9 +48,3 @@ CPPFLAGS += -I$(SUN4DIR) -I$(UTILDIR) -I$(HBDIR) -I$(NICDIR) -I$(USBDIR)
%.o: $(UTILDIR)/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
-
-%.ln: $(SUN4DIR)/%.c
- $(LINT.c) -c $<
-
-%.ln: $(UTILDIR)/%.c
- $(LINT.c) -c $<