xref: /illumos-gate/usr/src/uts/intel/cpunex/Makefile (revision 0aaef2f5)
15cff7825Smh#
25cff7825Smh# CDDL HEADER START
35cff7825Smh#
45cff7825Smh# The contents of this file are subject to the terms of the
55cff7825Smh# Common Development and Distribution License (the "License").
65cff7825Smh# You may not use this file except in compliance with the License.
75cff7825Smh#
85cff7825Smh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95cff7825Smh# or http://www.opensolaris.org/os/licensing.
105cff7825Smh# See the License for the specific language governing permissions
115cff7825Smh# and limitations under the License.
125cff7825Smh#
135cff7825Smh# When distributing Covered Code, include this CDDL HEADER in each
145cff7825Smh# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155cff7825Smh# If applicable, add the following below this CDDL HEADER, with the
165cff7825Smh# fields enclosed by brackets "[]" replaced with your own identifying
175cff7825Smh# information: Portions Copyright [yyyy] [name of copyright owner]
185cff7825Smh#
195cff7825Smh# CDDL HEADER END
205cff7825Smh#
215cff7825Smh#
225cff7825Smh# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
235cff7825Smh# Use is subject to license terms.
245cff7825Smh#
25*0aaef2f5SRichard Lowe
265cff7825Smh#
275cff7825Smh#	This makefile drives the production of the CPU nexus driver
28843e1988Sjohnlev#	in x86 systems
295cff7825Smh#
305cff7825Smh
315cff7825Smh#
325cff7825Smh#	Path to the base of the uts directory tree (usually /usr/src/uts).
335cff7825Smh#
345cff7825SmhUTSBASE		= ../..
355cff7825Smh
365cff7825Smh#
375cff7825Smh#	Define the module and object file sets.
385cff7825Smh#
395cff7825SmhMODULE		= cpunex
405cff7825SmhOBJECTS		= $(CPUNEX_OBJS:%=$(OBJS_DIR)/%)
41843e1988SjohnlevROOTMODULE	= $(ROOT_DRV_DIR)/$(MODULE)
425cff7825Smh
435cff7825Smh#
445cff7825Smh#	Include common rules.
455cff7825Smh#
46843e1988Sjohnlevinclude $(UTSBASE)/intel/Makefile.intel
475cff7825Smh
485cff7825Smh#
495cff7825Smh#	Define targets
505cff7825Smh#
515cff7825SmhALL_TARGET	= $(BINARY)
525cff7825SmhINSTALL_TARGET	= $(BINARY) $(ROOTMODULE)
535cff7825Smh
545cff7825Smh#
555cff7825Smh#	Default build targets.
565cff7825Smh#
575cff7825Smh.KEEP_STATE:
585cff7825Smh
595cff7825Smhdef:		$(DEF_DEPS)
605cff7825Smh
615cff7825Smhall:		$(ALL_DEPS)
625cff7825Smh
635cff7825Smhclean:		$(CLEAN_DEPS)
645cff7825Smh
655cff7825Smhclobber:	$(CLOBBER_DEPS)
665cff7825Smh
675cff7825Smhinstall:	$(INSTALL_DEPS)
685cff7825Smh
695cff7825Smh#
705cff7825Smh#	Include common targets.
715cff7825Smh#
72843e1988Sjohnlevinclude $(UTSBASE)/intel/Makefile.targ
73