X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2FACPICA%2FMakefile;h=950f0abd15b827b7f7f1ea7a74ad46a73c537af3;hb=e8fb0fcddc277bf64ed1acbd8162b94177ebd019;hp=835614d3424d99b639d6862381e5efbbae75082e;hpb=a8759b69a7dddfeff55bdfde62a9a0765ccc7eee;p=tpg%2Facess2.git diff --git a/Externals/ACPICA/Makefile b/Externals/ACPICA/Makefile index 835614d3..950f0abd 100644 --- a/Externals/ACPICA/Makefile +++ b/Externals/ACPICA/Makefile @@ -4,7 +4,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../Makefile.cfg ACPI_DEBUG ?= no -BIN := ../bin-$(ARCH)/libacpica.a +BIN := ../Output/$(ARCH)-kernel/libacpica.a _VERS := $(patsubst acpica-unix-%.tar.gz,%,$(wildcard acpica-unix-*.tar.gz)) _VERS := $(sort $(_VERS)) @@ -12,9 +12,9 @@ _LATEST := $(lastword $(_VERS)) ifeq ($(ACPICAVER),) ifeq ($(_LATEST),) - $(warning Unable to find an archive matching acpica-unix-%.tar.gz) + $(warning Unable to find an archive matching acpica-unix-%.tar.gz in Externals/ACPICA) $(warning Go to https://www.acpica.org/downloads/ to get it) - $(error No ACPICA archive found) + $(error No ACPICA archive found, disable ACPI with 'USE_ACPICA=0') endif ifneq ($(_LATEST),$(_VERS))