80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# This file and its contents are supplied under the terms of the
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Common Development and Distribution License ("CDDL"), version 1.0.
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# You may only use this file in accordance with the terms of version
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# 1.0 of the CDDL.
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# A full copy of the text of the CDDL should have accompanied this
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# source. A copy of the CDDL is also available via the Internet at
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Copyright 2013 Joyent, Inc. All rights reserved.
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Path to the base of the uts directory tree
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Define the module and object file sets.
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M WesolowskiLINTS = $(CPQARY3_OBJS:%.o=$(LINTS_DIR)/%.ln)
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M WesolowskiCONF_SRCDIR = $(UTSBASE)/common/io/cpqary3
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Include common rules.
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Define targets
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M WesolowskiINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M WesolowskiCPPFLAGS += -I$(UTSBASE)/common/io/cpqary3
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Kernel Module Dependencies
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Default build targets.
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# Include common targets.