depend on the cardbus version too.

This commit is contained in:
christos 2006-10-30 01:31:04 +00:00
parent 9e74871aa3
commit a4037f35ea
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.ath.inc,v 1.12 2006/07/04 18:43:35 christos Exp $
# $NetBSD: Makefile.ath.inc,v 1.13 2006/10/30 01:31:04 christos Exp $
# Rules for building a HAL on various platforms. We put them here
# to centralize them all in one place.
@ -77,7 +77,7 @@ athhal_options.h: $S/contrib/dev/ath/public/${ATH_HAL}.opt_ah.h
rm -f ${.TARGET}
cp $> ${.TARGET}
depend if_ath_pci.o athrate-sample.o ath_netbsd.o ath.o ah_osdep.o: athhal_options.h
depend if_ath_cardbus.o if_ath_pci.o athrate-sample.o ath_netbsd.o ath.o ah_osdep.o: athhal_options.h
EXTRA_INCLUDES+= -I$S/contrib/dev/ath/netbsd
.endif