From 08e00a39271e3f19dbd3838116531723a806e764 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sat, 11 Feb 2012 08:34:33 +0000 Subject: [PATCH] Depend on the relevant header files. --- sys/modules/oce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/oce/Makefile b/sys/modules/oce/Makefile index 6603744885c..4821533f01c 100644 --- a/sys/modules/oce/Makefile +++ b/sys/modules/oce/Makefile @@ -5,7 +5,7 @@ .PATH: ${.CURDIR}/../../dev/oce KMOD = oce SRCS = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c -#SRCS += ${ofw_bus_if} bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h +SRCS += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h CFLAGS+= -I${.CURDIR}/../../dev/oce -DSMP