From 613ff40936e1a42a3daaa888ace2fa2584241efb Mon Sep 17 00:00:00 2001 From: Tomas Hruby Date: Fri, 15 Oct 2010 22:20:01 +0000 Subject: [PATCH] acpi driver Makefile fix - by Antoine Leca --- drivers/acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index 7beb4e1a9..b697f0051 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile @@ -140,7 +140,7 @@ SRCS+=${ACPICA_SRCS} DPADD+= ${LIBDRIVER} ${LIBSYS} LDADD+= -ldriver -lsys -CFLAGS += -I./include +CPPFLAGS += -I${.CURDIR}/include CFLAGS += -DACPI_LIBRARY CFLAGS += -std=c99 -- 2.44.0