1c138f478Syz147069# CDDL HEADER START 2c138f478Syz147069# 3c138f478Syz147069# The contents of this file are subject to the terms of the 4fef1e07eSsl147100# Common Development and Distribution License (the "License"). 5fef1e07eSsl147100# You may not use this file except in compliance with the License. 6c138f478Syz147069# 7c138f478Syz147069# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 8c138f478Syz147069# or http://www.opensolaris.org/os/licensing. 9c138f478Syz147069# See the License for the specific language governing permissions 10c138f478Syz147069# and limitations under the License. 11c138f478Syz147069# 12c138f478Syz147069# When distributing Covered Code, include this CDDL HEADER in each 13c138f478Syz147069# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 14c138f478Syz147069# If applicable, add the following below this CDDL HEADER, with the 15c138f478Syz147069# fields enclosed by brackets "[]" replaced with your own identifying 16c138f478Syz147069# information: Portions Copyright [yyyy] [name of copyright owner] 17c138f478Syz147069# 18c138f478Syz147069# CDDL HEADER END 19c138f478Syz147069# 20fef1e07eSsl147100# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 21c138f478Syz147069# Use is subject to license terms. 22c138f478Syz147069# 23*0aaef2f5SRichard Lowe 24c138f478Syz147069# 25c138f478Syz147069# Path to the base of the uts directory tree (usually /usr/src/uts). 26c138f478Syz147069# 27c138f478Syz147069UTSBASE = ../.. 28c138f478Syz147069 29c138f478Syz147069# 30c138f478Syz147069# Define the module and object file sets. 31c138f478Syz147069# 32c138f478Syz147069MODULE = usbs49_fw 33c138f478Syz147069OBJECTS = $(USBS49_FW_OBJS:%=$(OBJS_DIR)/%) 34c138f478Syz147069ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE) 35c138f478Syz147069 36c138f478Syz147069# 37c138f478Syz147069# Include common rules. 38c138f478Syz147069# 39c138f478Syz147069include $(UTSBASE)/intel/Makefile.intel 40c138f478Syz147069 41c138f478Syz147069# 42c138f478Syz147069# Define targets 43c138f478Syz147069# 44c138f478Syz147069ALL_TARGET = $(BINARY) 45c138f478Syz147069INSTALL_TARGET = $(BINARY) $(ROOTMODULE) 46c138f478Syz147069 47c138f478Syz147069# 48c138f478Syz147069# Default build targets. 49c138f478Syz147069# 50c138f478Syz147069.KEEP_STATE: 51c138f478Syz147069 52c138f478Syz147069def: $(DEF_DEPS) 53c138f478Syz147069 54c138f478Syz147069all: $(ALL_DEPS) 55c138f478Syz147069 56c138f478Syz147069clean: $(CLEAN_DEPS) 57c138f478Syz147069 58c138f478Syz147069clobber: $(CLOBBER_DEPS) 59c138f478Syz147069 60c138f478Syz147069install: $(INSTALL_DEPS) 61c138f478Syz147069 62c138f478Syz147069# 63c138f478Syz147069# Include common targets. 64c138f478Syz147069# 65c138f478Syz147069include $(UTSBASE)/intel/Makefile.targ 66