Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 15:01:48 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 142391 for review
Message-ID:  <200805271501.m4RF1meZ093918@repoman.freebsd.org>

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

Change 142391 by sam@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



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