Makefile revision 7220
454N/A#
454N/A# CDDL HEADER START
454N/A#
454N/A# The contents of this file are subject to the terms of the
454N/A# Common Development and Distribution License (the "License").
454N/A# You may not use this file except in compliance with the License.
454N/A#
454N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
454N/A# or http://www.opensolaris.org/os/licensing.
454N/A# See the License for the specific language governing permissions
454N/A# and limitations under the License.
454N/A#
454N/A# When distributing Covered Code, include this CDDL HEADER in each
454N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
454N/A# If applicable, add the following below this CDDL HEADER, with the
454N/A# fields enclosed by brackets "[]" replaced with your own identifying
454N/A# information: Portions Copyright [yyyy] [name of copyright owner]
454N/A#
454N/A# CDDL HEADER END
454N/A#
454N/A
3819N/A#
454N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
454N/A#
454N/A
454N/ABUILD_ARCH= i386
454N/ABUILD_BITS= 64
1273N/A# component fails to build with Studio
1273N/ACOMPILER= gcc
3819N/Ainclude ../../make-rules/shared-macros.mk
586N/A
3819N/ACOMPONENT_NAME= shim
3661N/ACOMPONENT_VERSION= 0.9
454N/ACOMPONENT_PROJECT_URL= https://github.com/rhinstaller/$(COMPONENT_NAME)
454N/ACOMPONENT_ARCHIVE_HASH= \
454N/A sha256:d277d7bea0b5d554dacf284d84252a5e995fb4ef54b6de5ec6296c6c2a9a21bd
454N/ACOMPONENT_ARCHIVE_URL= https://github.com/rhinstaller/$(COMPONENT_NAME)/archive/$(COMPONENT_VERSION).tar.gz
454N/ACOMPONENT_BUGDB= boot/shim
454N/A
454N/ATPNO= 25414
454N/A
2238N/ABUILD_STYLE= justmake
2238N/ATEST_TARGET= $(NO_TESTS)
2238N/Ainclude $(WS_MAKE_RULES)/common.mk
454N/A
454N/ACOMPONENT_PREP_ACTION +=(cp elf_x86_64_efi_sol2.lds $(SOURCE_DIR))
454N/A
454N/AORACLE_CERT=$(SOURCE_DIR)/../OL7Secureboot.cer
454N/Aexport VENDOR_CERT_FILE=$(ORACLE_CERT)
454N/APATH=$(GNUBIN):/usr/bin
454N/A
454N/AREQUIRED_PACKAGES += developer/gcc
454N/AREQUIRED_PACKAGES += developer/gnu-binutils
454N/Aifeq ($(MACH), i386)
454N/AREQUIRED_PACKAGES += developer/sbsigntool
454N/AREQUIRED_PACKAGES += library/libgnuefi
454N/Aendif
454N/AREQUIRED_PACKAGES += text/text-utilities
454N/A