Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/ath_hal_ar5212/Makefile
Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | |||||
SRCS+= ar2413.c | SRCS+= ar2413.c | ||||
SRCS+= ar2425.c | SRCS+= ar2425.c | ||||
SRCS+= ar5413.c | SRCS+= ar5413.c | ||||
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 |