Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 06:12:16 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153815 for review
Message-ID:  <200811300612.mAU6CGhv080587@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 153815 by sam@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' > $@
 


home | help

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