17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
545916cd2Sjpk# Common Development and Distribution License (the "License").
645916cd2Sjpk# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
2045916cd2Sjpk
2145916cd2Sjpk
227c478bd9Sstevel@tonic-gate#
237c478bd9Sstevel@tonic-gate#
24*fb2f18f8Sesaxe# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
257c478bd9Sstevel@tonic-gate# Use is subject to license terms.
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gateMODULE = genunix.so
307c478bd9Sstevel@tonic-gateMDBTGT = kvm
317c478bd9Sstevel@tonic-gate
327c478bd9Sstevel@tonic-gateCOMMONSRCS = \
33fa9e4066Sahrens	avl.c \
347c478bd9Sstevel@tonic-gate	bio.c \
357c478bd9Sstevel@tonic-gate	contract.c \
367c478bd9Sstevel@tonic-gate	cpupart.c \
377c478bd9Sstevel@tonic-gate	ctxop.c \
387c478bd9Sstevel@tonic-gate	cyclic.c \
397c478bd9Sstevel@tonic-gate	devinfo.c \
407c478bd9Sstevel@tonic-gate	findstack.c \
419dd0f810Scindi	fm.c \
427c478bd9Sstevel@tonic-gate	genunix.c \
43*fb2f18f8Sesaxe	group.c \
447c478bd9Sstevel@tonic-gate	kgrep.c \
457c478bd9Sstevel@tonic-gate	kmem.c \
467c478bd9Sstevel@tonic-gate	ldi.c \
477c478bd9Sstevel@tonic-gate	leaky.c \
487c478bd9Sstevel@tonic-gate	leaky_subr.c \
497c478bd9Sstevel@tonic-gate	lgrp.c \
507c478bd9Sstevel@tonic-gate	list.c \
517c478bd9Sstevel@tonic-gate	log.c \
5270ab954aSramat	mdi.c \
537c478bd9Sstevel@tonic-gate	memory.c \
547c478bd9Sstevel@tonic-gate	mmd.c \
557c478bd9Sstevel@tonic-gate	modhash.c \
567c478bd9Sstevel@tonic-gate	ndievents.c \
577c478bd9Sstevel@tonic-gate	net.c \
587c478bd9Sstevel@tonic-gate	nvpair.c \
59*fb2f18f8Sesaxe	pg.c \
607c478bd9Sstevel@tonic-gate	rctl.c \
617c478bd9Sstevel@tonic-gate	sobj.c \
627c478bd9Sstevel@tonic-gate	streams.c \
637c478bd9Sstevel@tonic-gate	sysevent.c \
647c478bd9Sstevel@tonic-gate	thread.c \
657c478bd9Sstevel@tonic-gate	tsd.c \
6645916cd2Sjpk	tsol.c \
677c478bd9Sstevel@tonic-gate	vfs.c \
687c478bd9Sstevel@tonic-gate	zone.c
697c478bd9Sstevel@tonic-gate
707c478bd9Sstevel@tonic-gateKMODSRCS = \
717c478bd9Sstevel@tonic-gate	$(COMMONSRCS)
727c478bd9Sstevel@tonic-gate
737c478bd9Sstevel@tonic-gateMODSRCS = \
747c478bd9Sstevel@tonic-gate	$(COMMONSRCS) \
757c478bd9Sstevel@tonic-gate	typegraph.c
767c478bd9Sstevel@tonic-gate
777c478bd9Sstevel@tonic-gate#
787c478bd9Sstevel@tonic-gate# This signals that $(KMODSRCS) != $(MODSRCS).  Typegraph is not usable under
797c478bd9Sstevel@tonic-gate# kmdb.  As such, we don't bother compiling it.
807c478bd9Sstevel@tonic-gateKMOD_SOURCES_DIFFERENT=$(POUND_SIGN)
817c478bd9Sstevel@tonic-gate
827c478bd9Sstevel@tonic-gateinclude ../../../../Makefile.cmd
837c478bd9Sstevel@tonic-gateinclude ../../../../Makefile.cmd.64
847c478bd9Sstevel@tonic-gateinclude ../../Makefile.amd64
857c478bd9Sstevel@tonic-gateinclude ../../../Makefile.module
867c478bd9Sstevel@tonic-gate
877c478bd9Sstevel@tonic-gate#
887c478bd9Sstevel@tonic-gate# We are not actually hardwiring some dependency on i86pc, we just need to
897c478bd9Sstevel@tonic-gate# include sys/param.h with _MACHDEP defined, and this forces the inclusion of
907c478bd9Sstevel@tonic-gate# machparam.h, even though we don't use anything there.  This is a temporary
917c478bd9Sstevel@tonic-gate# kludge until we invent -DDONTINCLUDEMACHPARAM or something.
927c478bd9Sstevel@tonic-gate#
937c478bd9Sstevel@tonic-gateCPPFLAGS += -I$(SRC)/uts/i86pc
947c478bd9Sstevel@tonic-gate
957c478bd9Sstevel@tonic-gate# Needed to include c2/audit.h (from cred.h)
967c478bd9Sstevel@tonic-gateCPPFLAGS += -I$(SRC)/uts/common
977c478bd9Sstevel@tonic-gate
987c478bd9Sstevel@tonic-gate# Needed to find include file mutex_impl.h
997c478bd9Sstevel@tonic-gateCPPFLAGS += -I$(SRC)/uts/intel
100