Skip to content

Commit f304e52

Browse files
committed
Buildfix for linuxkpi_gplv2 module.
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
1 parent 06c4426 commit f304e52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sys/modules/linuxkpi_gplv2/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ SRCS= linux_kmod_gplv2.c \
2929
SRCS+= bus_if.h \
3030
device_if.h \
3131
pci_if.h \
32-
vnode_if.h
32+
vnode_if.h \
33+
opt_acpi.h
3334

3435
CFLAGS+= -include ${SRCTOP}/sys/dev/drm/drm_os_config.h
3536
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/gplv2/include

0 commit comments

Comments
 (0)