summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/Makefile
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@nvidia.com>2026-03-01 14:57:57 -0400
committerChristian König <christian.koenig@amd.com>2026-04-16 12:34:00 +0200
commit126c50bc2fb6ddfe5b7718de67bbd7592a1062bb (patch)
treedd58751008a98aca34ea909ac87898458702da40 /drivers/dma-buf/Makefile
parent6055c9e333cfbb5af3eabe204caea92757094d19 (diff)
downloadlinux-next-126c50bc2fb6ddfe5b7718de67bbd7592a1062bb.tar.gz
linux-next-126c50bc2fb6ddfe5b7718de67bbd7592a1062bb.zip
dma-buf: Remove the old selftest
Nothing uses this framework anymore, remove it. Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com> Link: https://lore.kernel.org/r/5-v1-0a349a394eff+14110-dmabuf_kunit_jgg@nvidia.com
Diffstat (limited to 'drivers/dma-buf/Makefile')
-rw-r--r--drivers/dma-buf/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/dma-buf/Makefile b/drivers/dma-buf/Makefile
index c97ab2d01a7e..b25d7550bacf 100644
--- a/drivers/dma-buf/Makefile
+++ b/drivers/dma-buf/Makefile
@@ -7,11 +7,6 @@ obj-$(CONFIG_SYNC_FILE) += sync_file.o
obj-$(CONFIG_SW_SYNC) += sw_sync.o sync_debug.o
obj-$(CONFIG_UDMABUF) += udmabuf.o
-dmabuf_selftests-y := \
- selftest.o
-
-obj-$(CONFIG_DMABUF_SELFTESTS) += dmabuf_selftests.o
-
dmabuf_kunit-y := \
st-dma-fence.o \
st-dma-fence-chain.o \