Makefile revision 1611
70N/A#
70N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
286N/A#
70N/A# Permission is hereby granted, free of charge, to any person obtaining a
70N/A# copy of this software and associated documentation files (the "Software"),
70N/A# to deal in the Software without restriction, including without limitation
70N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
70N/A# and/or sell copies of the Software, and to permit persons to whom the
70N/A# Software is furnished to do so, subject to the following conditions:
70N/A#
70N/A# The above copyright notice and this permission notice (including the next
70N/A# paragraph) shall be included in all copies or substantial portions of the
70N/A# Software.
70N/A#
70N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
70N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
70N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
70N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
70N/A# DEALINGS IN THE SOFTWARE.
70N/A#
70N/A###############################################################################
70N/A#
70N/A# This Makefile drives the production of the DRM (Direct Rendering
70N/A# Manager) common misc module.
70N/A#
70N/A###############################################################################
70N/A
70N/ATOP:sh = hg root
536N/A
70N/A#
70N/A# X-consolidation defines:
70N/A#
359N/A# Module core info
359N/A#
359N/AMODULE = i915
98N/A
321N/A# MODULE_NAME - the package this module is installed in
493N/AMODULE_NAME = $(MODULE)
321N/A
213N/A# This is the package this module should be installed into
304N/AMODULE_PKGTAIL = drm
530N/AMODULE_PKGTAIL_SET = yes
425N/A
425N/A# Where are the local sources relative to the build dir
325N/AREL_SOURCE_DIR = ../src
493N/A
536N/A# Where do we install the driver.
456N/AMODULE_PREFIX = kernel/drv/$(MACH64_i386)
320N/AMODULE_PREFIX_SET = yes
332N/A
501N/A# No upstream sources for these files, since they're Solaris-specific
231N/ASOURCE_TARBALL_NAME = NONE
523N/ASOURCE_TARBALL_NAME_SET = yes
98N/ASOURCE_TARGETS =
347N/ASOURCE_TARGETS_SET = yes
532N/A
525N/A# No configure script, so pass usual environment to build/install instead
463N/ACONFIGURE_TARGETS = $(BUILD_DIR)
493N/ACONFIGURE_TARGETS_SET = yes
425N/A
493N/AMODULE_MAKEFLAGS = VPATH=$(REL_SOURCE_DIR) -f $(REL_SOURCE_DIR)/Makefile
472N/AMODULE_BUILD_ENV = $(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
324N/AMODULE_LDFLAGS = -ztype=kmod -znodefs -Nmisc/drm
347N/A
310N/A#
316N/A# License info
474N/A#
290N/AMODULE_LICENSE = Intel license
332N/AMODULE_LICENSE_SET = yes
464N/AMODULE_DESC = the Intel i915 KMS driver
332N/AMODULE_VERSION = 2013Q3
509N/AORACLE_TPNO = 5800
332N/ALICENSE_FILE = license_i915
210N/ALICENSE_FILE_SET = yes
493N/A
128N/A#
414N/A# Include kernel rules.
484N/A#
326N/Ainclude $(TOP)/open-src/kernel/Makefile.inc
493N/Ainclude $(TOP)/open-src/kernel/Makefile.rules
335N/A