Author: bz
Date: Sat Feb 11 08:34:33 2012
New Revision: 231512
URL: http://svn.freebsd.org/changeset/base/231512
Log:
Depend on the relevant header files.
Modified:
head/sys/modules/oce/Makefile
Modified: head/sys/modules/oce/Makefile
==============================================================================
--- head/sys/modules/oce/Makefile Sat Feb 11 08:33:52 2012
(r231511)
+++ head/sys/modules/oce/Makefile Sat Feb 11 08:34:33 2012
(r231512)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"