instrumentation: remove asoc probe
[lttng-modules.git] / probes / Kbuild
index c7ff7fd9bd9e285aa6b5b6fe088c83ee6b9ba18a..c43fa8a86451bfe25d73a3fa2c545f08fc17192f 100644 (file)
@@ -83,10 +83,6 @@ ifneq ($(CONFIG_NET),)
       echo "lttng-probe-udp.o" ; fi;)
 endif # CONFIG_NET
 
-ifneq ($(CONFIG_SND_SOC),)
-  obj-$(CONFIG_LTTNG) += lttng-probe-asoc.o
-endif # CONFIG_SND_SOC
-
 ifneq ($(CONFIG_EXT3_FS),)
   ext3_dep = $(srctree)/fs/ext3/*.h
   ext3_dep_check = $(wildcard $(ext3_dep))
This page took 0.022753 seconds and 4 git commands to generate.