1 # The ACPI driver is compilable only with a "gnu" type compiler
130 .PATH
: ${.CURDIR
}/utilities
${.CURDIR
}/namespace
${.CURDIR
}/resources \
131 ${.CURDIR
}/dispatcher
${.CURDIR
}/events
${.CURDIR
}/executer \
132 ${.CURDIR
}/tables
${.CURDIR
}/parser
${.CURDIR
}/hardware
139 CPPFLAGS
+= -I
${.CURDIR
}/include
140 CFLAGS
+= -DACPI_LIBRARY
147 .
include <minix.service.mk
>