kernel: remove unused utsname_set_machine()
[unleashed.git] / usr / src / uts / sparc / ipd / Makefile
blob434fe11a8eb088ec29bbc09d94d771cb2439238c
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2012 Joyent, Inc. All rights reserved.
14 # Copyright (c) 2014 Igor Kozhukhov <ikozhukhov@gmail.com>
15 # Use is subject to license terms.
18 UTSBASE = ../..
20 MODULE = ipd
21 OBJECTS = $(IPD_OBJS:%=$(OBJS_DIR)/%)
22 ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
23 CONF_SRCDIR = $(SRCTOP)/kernel/net/ipd
25 include $(UTSBASE)/sparc/Makefile.sparc
27 ALL_TARGET = $(BINARY) $(SRC_CONFFILE)
28 INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
30 LDFLAGS += -dy -Nmisc/neti -Nmisc/hook
32 .KEEP_STATE:
34 def: $(DEF_DEPS)
36 all: $(ALL_DEPS)
38 clean: $(CLEAN_DEPS)
40 clobber: $(CLOBBER_DEPS)
42 install: $(INSTALL_DEPS)
44 include $(UTSBASE)/sparc/Makefile.targ