X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FKbuild;h=c43fa8a86451bfe25d73a3fa2c545f08fc17192f;hb=b1a03cbe935692f97ffd1e15d32e66db1c779981;hp=c7ff7fd9bd9e285aa6b5b6fe088c83ee6b9ba18a;hpb=928d0d467109c831af14812239c45da52e89a921;p=lttng-modules.git diff --git a/probes/Kbuild b/probes/Kbuild index c7ff7fd9..c43fa8a8 100644 --- a/probes/Kbuild +++ b/probes/Kbuild @@ -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))