We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c9a04 commit 2cde14bCopy full SHA for 2cde14b
drivers/accel/Makefile
@@ -1,4 +1,4 @@
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
-obj-y += habanalabs/
4
-obj-y += ivpu/
+obj-$(CONFIG_DRM_ACCEL_HABANALABS) += habanalabs/
+obj-$(CONFIG_DRM_ACCEL_IVPU) += ivpu/
0 commit comments