From 680ff9eca99dfc45e3b19ddc5e824644c7c19cbd Mon Sep 17 00:00:00 2001 From: Mike Gerdts Date: Tue, 27 Feb 2018 22:50:41 +0000 Subject: backout OS-6696 need iasl in tools Reviewed by: Patrick Mooney Approved by: Patrick Mooney --- usr/src/tools/Makefile | 1 - usr/src/tools/iasl/Makefile | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 usr/src/tools/iasl/Makefile (limited to 'usr/src/tools') diff --git a/usr/src/tools/Makefile b/usr/src/tools/Makefile index a0fd829065..967c4f6906 100644 --- a/usr/src/tools/Makefile +++ b/usr/src/tools/Makefile @@ -73,7 +73,6 @@ sparc_SUBDIRS= \ i386_SUBDIRS= \ aw \ elfextract \ - iasl \ mbh_patch \ btxld diff --git a/usr/src/tools/iasl/Makefile b/usr/src/tools/iasl/Makefile deleted file mode 100644 index e3627195be..0000000000 --- a/usr/src/tools/iasl/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# -# This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"), version 1.0. -# You may only use this file in accordance with the terms of version -# 1.0 of the CDDL. -# -# A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at -# http://www.illumos.org/license/CDDL. -# -# Copyright (c) 2018, Joyent, Inc. -# - -PROG = iasl - -include ../Makefile.tools - -IASL_SRC_DIR = $(SRC)/cmd/acpi/iasl -IASL_OBJ_DIR = $(SRC)/tools/iasl - -include $(IASL_SRC_DIR)/Makefile.iasl - -$(OBJS) := VPATH += $(IASL_SRC_DIR) -GM4FLAGS += -I$(IASL_SRC_DIR) -CPPFLAGS += -I$(IASL_SRC_DIR) - -# Without this, $SRC/tools/iasl will fail to build if $SRC/cmd/acpi/iasl is not -# built first. -aslcompilerlex.c aslcompilerparse.c aslcompiler.y.h: $(IASL_OBJ_DIR)/aslcompiler.y - -install: all .WAIT $(ROOTONBLDMACHPROG) - -include ../Makefile.targ -- cgit v1.2.3