Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/ath/Makefile
Show All 35 Lines | |||||
SRCS= if_ath_drv.c | SRCS= if_ath_drv.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 |