kernel: remove unused utsname_set_machine()
[unleashed.git] / usr / src / uts / sun4u / i2c_svc / Makefile
blob9d70458ff32a5f61ee61b32c9a97d8a608a95b58
2 #ident "%Z%%M% %I% %E% SMI"
4 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5 # Use is subject to license terms.
7 # This makefile drives the production of the i2c_svc misc module.
9 # Path to the base of the uts directory tree (usually /usr/src/uts).
11 UTSBASE = ../..
14 # Define the module and object file sets.
16 MODULE = i2c_svc
17 OBJECTS = $(I2C_SVC_OBJS:%=$(OBJS_DIR)/%)
18 ROOTMODULE = $(ROOT_PSM_MISC_DIR)/$(MODULE)
21 # Include common rules.
23 include $(UTSBASE)/sun4u/Makefile.sun4u
25 LDFLAGS += -dy
28 # Define targets
30 ALL_TARGET = $(BINARY)
31 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
33 .KEEP_STATE:
35 def: $(DEF_DEPS)
37 all: $(ALL_DEPS)
39 clean: $(CLEAN_DEPS)
41 clobber: $(CLOBBER_DEPS)
43 install: $(INSTALL_DEPS)
46 # Include common targets.
48 include $(UTSBASE)/sun4u/Makefile.targ