PERFORCE change 153816 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 29 22:23:28 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153816

Change 153816 by sam at 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>


More information about the p4-projects mailing list