Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Externals / ACPICA / Makefile
index 835614d..950f0ab 100644 (file)
@@ -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))

UCC git Repository :: git.ucc.asn.au