summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u/smbus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4u/smbus/Makefile')
-rw-r--r--usr/src/uts/sun4u/smbus/Makefile29
1 files changed, 3 insertions, 26 deletions
diff --git a/usr/src/uts/sun4u/smbus/Makefile b/usr/src/uts/sun4u/smbus/Makefile
index d60bf5af4f..95db67bdd6 100644
--- a/usr/src/uts/sun4u/smbus/Makefile
+++ b/usr/src/uts/sun4u/smbus/Makefile
@@ -19,8 +19,6 @@
# CDDL HEADER END
#
#
-#ident "%Z%%M% %I% %E% SMI"
-#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -43,9 +41,9 @@ ROOTMODULE = $(ROOT_PSM_DRV_DIR)/$(MODULE)
#
include $(UTSBASE)/sun4u/Makefile.sun4u
-#
-# lint pass one enforcement
-#
+#
+# lint pass one enforcement
+#
CFLAGS += $(CCVERBOSE) -I../../sun4u
LDFLAGS += -dy -N misc/i2c_svc
@@ -83,27 +81,6 @@ clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
#
-# Defines for local commands.
-#
-WLCC = wlcc
-TOUCH = touch
-WARLOCK = warlock
-
-#
-# Warlock targets
-#
-
-SMBUS = $(SMBUS_OBJS:%.o=%.ll)
-
-warlock: $(MODULE).ok
-
-%.ok: $(SMBUS_FILES)
- $(TOUCH) $@
-
-%.ll: $(UTSBASE)/sun4u/io/i2c/nexus/smbus/%.c
- $(WLCC) $(CFLAGS) $(CPPFLAGS) -DDEBUG -o $@ $<
-
-#
# Include common targets
#
include $(UTSBASE)/sun4u/Makefile.targ