PERFORCE change 83718 for review

Sam Leffler sam at FreeBSD.org
Thu Sep 15 15:52:56 PDT 2005


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

Change 83718 by sam at sam_ebb on 2005/09/15 22:52:23

	undo breakage

Affected files ...

.. //depot/projects/wifi/sys/conf/kern.pre.mk#9 edit

Differences ...

==== //depot/projects/wifi/sys/conf/kern.pre.mk#9 (text+ko) ====

@@ -55,11 +55,8 @@
 # ... and the same for altq
 INCLUDES+= -I$S/contrib/altq
 
-# ... and the same for Atheros HAL when the author builds it from
-#     non-distributable sources.
-.if defined(ATH_BUILDING_FROM_SOURCE)
-INCLUDES+= -I$S/contrib/dev/ath
-.endif
+# ... and the same for Atheros HAL
+INCLUDES+= -I$S/contrib/dev/ath -I$S/contrib/dev/ath/freebsd
 
 .if make(depend) || make(kernel-depend)
 
@@ -69,9 +66,6 @@
 # ... and the same for pf
 INCLUDES+= -I$S/contrib/pf
 
-# ... and the same for Atheros HAL
-INCLUDES+= -I$S/contrib/dev/ath/freebsd
-
 # ... and the same for the NgATM stuff
 INCLUDES+= -I$S/contrib/ngatm
 


More information about the p4-projects mailing list