diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2014-09-27 09:57:45 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-10-02 20:23:14 +0200 |
commit | e6664dff0608440f117b0348594b887cb9725e4f (patch) | |
tree | 27be5e5114b4b2cee1e2b8d2ef39cf91bc5deb34 /drivers/net/wireless/ath/Makefile | |
parent | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
download | linux-e6664dff0608440f117b0348594b887cb9725e4f.tar.xz linux-e6664dff0608440f117b0348594b887cb9725e4f.zip |
ath: Add support for tracing
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile index 7d023b0f13b4..89f8d5979402 100644 --- a/drivers/net/wireless/ath/Makefile +++ b/drivers/net/wireless/ath/Makefile @@ -17,4 +17,8 @@ ath-objs := main.o \ dfs_pri_detector.o ath-$(CONFIG_ATH_DEBUG) += debug.o +ath-$(CONFIG_ATH_TRACEPOINTS) += trace.o + ccflags-y += -D__CHECK_ENDIAN__ + +CFLAGS_trace.o := -I$(src) |