summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-04-11 16:22:08 +0200
committerJohn W. Linville <linville@tuxdriver.com>2013-04-12 15:29:14 -0400
commitcc5569f63ecb82965f3fe2fde5e60bf1689d107a (patch)
tree91760af8b8c09b6593b23564006354c2a5a62bd9 /drivers/net/wireless/ath/ath5k/Makefile
parent8e8d4ff051672d4a2939e7d6925c4acd234b0220 (diff)
downloadop-kernel-dev-cc5569f63ecb82965f3fe2fde5e60bf1689d107a.zip
op-kernel-dev-cc5569f63ecb82965f3fe2fde5e60bf1689d107a.tar.gz
ath5k: use more idiomatic tracing include style
Pretty much everywhere that uses a trace definition header that's not in include/trace/events/ uses the make system for the include path rather than putting it into the sources, so do that in ath5k as well. This came up during backporting work (where this is required), but since all other drivers do it this way upstream it seemed applicable. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath5k/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/Makefile b/drivers/net/wireless/ath/ath5k/Makefile
index f60b389..1b3a34f 100644
--- a/drivers/net/wireless/ath/ath5k/Makefile
+++ b/drivers/net/wireless/ath/ath5k/Makefile
@@ -10,6 +10,7 @@ ath5k-y += phy.o
ath5k-y += reset.o
ath5k-y += attach.o
ath5k-y += base.o
+CFLAGS_base.o += -I$(src)
ath5k-y += led.o
ath5k-y += rfkill.o
ath5k-y += ani.o
OpenPOWER on IntegriCloud