summaryrefslogtreecommitdiff
path: root/usr/src/tools
diff options
context:
space:
mode:
authorMike Gerdts <mike.gerdts@joyent.com>2018-02-27 22:50:41 +0000
committerMike Gerdts <mike.gerdts@joyent.com>2018-02-27 23:17:27 +0000
commit680ff9eca99dfc45e3b19ddc5e824644c7c19cbd (patch)
tree98b246f1904d31f2cfb72a0683a472f942108304 /usr/src/tools
parent847eecbaa758b4e84c2dfc23421f3f415d8db817 (diff)
downloadillumos-joyent-680ff9eca99dfc45e3b19ddc5e824644c7c19cbd.tar.gz
backout OS-6696 need iasl in tools
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
Diffstat (limited to 'usr/src/tools')
-rw-r--r--usr/src/tools/Makefile1
-rw-r--r--usr/src/tools/iasl/Makefile33
2 files changed, 0 insertions, 34 deletions
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