PERFORCE change 153815 for review

Sam Leffler sam at FreeBSD.org
Sat Nov 29 22:12:17 PST 2008


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

Change 153815 by sam at sam_ebb on 2008/11/30 06:11:58

	o looks like vimage grew a dependency on opt_route.h; yech
	o always force AH_SUPPORT_AR5416 to be set as we require it
	  to compile 5416 support
	o remove explicit null file creation logic; make glue does that for us

Affected files ...

.. //depot/projects/vap/sys/modules/ath/Makefile#6 edit

Differences ...

==== //depot/projects/vap/sys/modules/ath/Makefile#6 (text+ko) ====

@@ -66,12 +66,10 @@
 SRCS+=	${AR5212_SRCS}
 SRCS+=	${AR5416_SRCS}
 SRCS+=	${AR9160_SRCS}
-SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h
+SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_route.h opt_ath.h opt_ah.h
 
 CFLAGS+=  -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
 
-opt_ath.h:
-	:> $@
 opt_ah.h:
 	echo '#define AH_SUPPORT_AR5416 1' > $@
 


More information about the p4-projects mailing list