Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/ath_ahb/Makefile
Show All 33 Lines | |||||
KMOD= if_ath_ahb | KMOD= if_ath_ahb | ||||
SRCS= if_ath_ahb.c | SRCS= if_ath_ahb.c | ||||
SRCS+= device_if.h bus_if.h opt_wlan.h opt_ath.h opt_ah.h | SRCS+= device_if.h bus_if.h opt_wlan.h opt_ath.h opt_ah.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 | ||||
.include <bsd.kmod.mk> | .include <bsd.kmod.mk> | ||||
CWARNFLAGS+= -Wno-unused-but-set-variable |