Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 23:14:39 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139382 for review
Message-ID:  <200804042314.m34NEdsj031848@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139382

Change 139382 by sam@sam_ebb on 2008/04/04 23:14:24

	create opt_malo.h; seems weongyo didn't make the options public
	in HEAD like I did

Affected files ...

.. //depot/projects/vap/sys/modules/malo/Makefile#3 edit

Differences ...

==== //depot/projects/vap/sys/modules/malo/Makefile#3 (text+ko) ====

@@ -3,6 +3,10 @@
 .PATH: ${.CURDIR}/../../dev/malo
 
 KMOD    = if_malo
-SRCS    = if_malo.c if_malohal.c if_malo_pci.c device_if.h bus_if.h pci_if.h
+SRCS    = if_malo.c if_malohal.c if_malo_pci.c
+SRCS+=	device_if.h bus_if.h pci_if.h opt_malo.h
+
+opt_malo.h:
+	echo '#define MALO_DEBUG 1'> $@
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804042314.m34NEdsj031848>