Skip to content

Commit

Permalink
7469 loader should use acpica provided by OS
Browse files Browse the repository at this point in the history
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Gordon Ross <gwr@nexenta.com>
  • Loading branch information
tsoome authored and gwr committed Oct 15, 2016
1 parent a1964bd commit 8ab1c3f
Show file tree
Hide file tree
Showing 324 changed files with 3 additions and 211,136 deletions.
4 changes: 1 addition & 3 deletions usr/src/boot/sys/boot/efi/boot1/Makefile
Expand Up @@ -20,8 +20,6 @@ CC= $(GCC_ROOT)/bin/gcc
LD= $(GNU_ROOT)/bin/gld
OBJCOPY= $(GNU_ROOT)/bin/gobjcopy
OBJDUMP= $(GNU_ROOT)/bin/gobjdump
OBJCOPY= /code/binutils-gdb/binutils/objcopy
OBJDUMP= /code/binutils-gdb/binutils/objdump

PROG= boot1.sym
MACHINE=$(MACH64)
Expand All @@ -40,7 +38,7 @@ CPPFLAGS= -nostdinc
CPPFLAGS += -I.
CPPFLAGS += -I./../include
CPPFLAGS += -I./../include/${MACHINE}
CPPFLAGS += -I./../../../contrib/dev/acpica/include
CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi
CPPFLAGS += -I./../../../../include
CPPFLAGS += -I./../../../sys
CPPFLAGS += -I./../../..
Expand Down
2 changes: 1 addition & 1 deletion usr/src/boot/sys/boot/efi/loader/Makefile
Expand Up @@ -43,7 +43,7 @@ CPPFLAGS += -I.
CPPFLAGS += -I./arch/${MACHINE}
CPPFLAGS += -I./../include
CPPFLAGS += -I./../include/${MACHINE}
CPPFLAGS += -I./../../../contrib/dev/acpica/include
CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi
CPPFLAGS += -I./../../..
CPPFLAGS += -I./../../i386/libi386
CPPFLAGS += -I./../../zfs
Expand Down
2 changes: 1 addition & 1 deletion usr/src/boot/sys/boot/i386/libi386/Makefile
Expand Up @@ -80,7 +80,7 @@ CFLAGS += -Dalloca=__builtin_alloca

CFLAGS += -I../../common -I../common \
-I../btx/lib \
-I../../../contrib/dev/acpica/include \
-I$(SRC)/uts/intel/sys/acpi \
-I../../.. -I.
# the location of libstand
CFLAGS += -I../../../../lib/libstand/
Expand Down
92 changes: 0 additions & 92 deletions usr/src/boot/sys/contrib/dev/acpica/acpica_prep.sh

This file was deleted.

0 comments on commit 8ab1c3f

Please sign in to comment.