Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/ath_hal_ar5416/Makefile
Show First 20 Lines • Show All 83 Lines • ▼ Show 20 Lines | |||||
SRCS+= ah_eeprom_9287.c | SRCS+= ah_eeprom_9287.c | ||||
.PATH: ${SRCTOP}/sys/dev/ath/ath_hal/ar9002 | .PATH: ${SRCTOP}/sys/dev/ath/ath_hal/ar9002 | ||||
SRCS+= ar9287.c ar9287_reset.c ar9287_attach.c ar9287_cal.c ar9287_olc.c | SRCS+= ar9287.c ar9287_reset.c ar9287_attach.c ar9287_cal.c ar9287_olc.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 |