Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 06:23:28 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153816 for review
Message-ID:  <200811300623.mAU6NSwx081581@repoman.freebsd.org>

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

Change 153816 by sam@sam_ebb on 2008/11/30 06:22:38

	o add opt_route.h
	o kill opt_ah.h setup; it doesn't matter what's in the file so
	  fallback to the empty file automagic

Affected files ...

.. //depot/projects/vap/sys/modules/ath_rate_amrr/Makefile#10 edit
.. //depot/projects/vap/sys/modules/ath_rate_onoe/Makefile#10 edit
.. //depot/projects/vap/sys/modules/ath_rate_sample/Makefile#11 edit

Differences ...

==== //depot/projects/vap/sys/modules/ath_rate_amrr/Makefile#10 (text+ko) ====

@@ -33,16 +33,8 @@
 
 KMOD=	ath_rate
 SRCS=	amrr.c
-SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_ah.h opt_wlan.h
+SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_route.h opt_ah.h opt_wlan.h
 
 CFLAGS+=  -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
 
-.if !defined(KERNBUILDDIR)
-opt_ah.h:
-	echo '#define AH_SUPPORT_AR5416 1' > ${.TARGET}
-opt_wlan.h:
-#	echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
-	echo > ${.TARGET}
-.endif
-
 .include <bsd.kmod.mk>

==== //depot/projects/vap/sys/modules/ath_rate_onoe/Makefile#10 (text+ko) ====

@@ -33,16 +33,8 @@
 
 KMOD=	ath_rate
 SRCS=	onoe.c
-SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_ah.h opt_wlan.h
+SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_route.h opt_ah.h opt_wlan.h
 
 CFLAGS+=  -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
 
-.if !defined(KERNBUILDDIR)
-opt_ah.h:
-	echo '#define AH_SUPPORT_AR5416 1' > ${.TARGET}
-opt_wlan.h:
-	echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
-#	echo > ${.TARGET}
-.endif
-
 .include <bsd.kmod.mk>

==== //depot/projects/vap/sys/modules/ath_rate_sample/Makefile#11 (text+ko) ====

@@ -33,16 +33,8 @@
 
 KMOD=	ath_rate
 SRCS=	sample.c
-SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_ah.h opt_wlan.h
+SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_route.h opt_ah.h opt_wlan.h
 
 CFLAGS+=  -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
 
-.if !defined(KERNBUILDDIR)
-opt_ah.h:
-	echo '#define AH_SUPPORT_AR5416 1' > ${.TARGET}
-opt_wlan.h:
-#	echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
-	:> ${.TARGET}
-.endif
-
 .include <bsd.kmod.mk>



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