PERFORCE change 142391 for review

Sam Leffler sam at FreeBSD.org
Tue May 27 15:01:49 UTC 2008


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

Change 142391 by sam at sam_ebb on 2008/05/27 15:01:00

	opt_ah.h is not constructed by config, it always comes from
	the hal so don't let KERNBUILDDIR control whether or not we
	copy it into the build dir

Affected files ...

.. //depot/projects/vap/sys/modules/ath_rate_sample/Makefile#7 edit

Differences ...

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

@@ -56,10 +56,10 @@
 ATH_MODULE_ARCH=${MACHINE_ARCH}
 .endif
 
-.if !defined(KERNBUILDDIR)
 opt_ah.h: ${HAL}/public/${ATH_MODULE_ARCH}-elf.opt_ah.h
 	cp ${HAL}/public/${ATH_MODULE_ARCH}-elf.opt_ah.h ${.TARGET}
 
+.if !defined(KERNBUILDDIR)
 opt_wlan.h:
 #	echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
 	echo > opt_wlan.h


More information about the p4-projects mailing list