Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
#ident "%Z%%M% %I% %E% SMI"
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
# This makefile drives the production of the i2c_svc misc module.
#
UTSBASE = ../..
#
# Define the module and object file sets.
#
#
# Include common rules.
#
#
# lint pass one enforcement
#
#
# Define targets
#
ALL_TARGET = $(BINARY)
clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
install: $(INSTALL_DEPS)
#
# Include common targets.
#
#
# Defines for local commands.
#
#
# Warlock targets
#
I2C_SVC_FILES = $(I2C_SVC_OBJS:%.o=%.ll)
%.ok: $(I2C_SVC_FILES)
$(TOUCH) $@