Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/ath_hal_ar5211/Makefile
Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | SRCS+= ar5211_attach.c ar5211_beacon.c ar5211_interrupts.c \ | ||||
ar5211_recv.c ar5211_reset.c ar5211_xmit.c | ar5211_recv.c ar5211_reset.c ar5211_xmit.c | ||||
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h | SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h | ||||
CFLAGS+= -I. -I${SRCTOP}/sys/dev/ath -I${SRCTOP}/sys/dev/ath/ath_hal | CFLAGS+= -I. -I${SRCTOP}/sys/dev/ath -I${SRCTOP}/sys/dev/ath/ath_hal | ||||
CFLAGS+= -I. -I${SRCTOP}/sys/contrib/dev/ath/ath_hal/ | CFLAGS+= -I. -I${SRCTOP}/sys/contrib/dev/ath/ath_hal/ | ||||
.include <bsd.kmod.mk> | .include <bsd.kmod.mk> | ||||
CWARNFLAGS+= -Wno-unused-but-set-variable |