diff options
author | Oded Gabbay <ogabbay@kernel.org> | 2022-12-26 22:05:00 +0100 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2023-01-26 10:52:10 +0100 |
commit | e65e175b07bef5974045cc42238de99057669ca7 (patch) | |
tree | f57a0d799398443fd6196a4674adbf75b20be7f6 /drivers/accel/Makefile | |
parent | habanalabs/uapi: move uapi file to drm (diff) | |
download | linux-e65e175b07bef5974045cc42238de99057669ca7.tar.xz linux-e65e175b07bef5974045cc42238de99057669ca7.zip |
habanalabs: move driver to accel subsystem
Now that we have a subsystem for compute accelerators, move the
habanalabs driver to it.
This patch only moves the files and fixes the Makefiles. Future
patches will change the existing code to register to the accel
subsystem and expose the accel device char files instead of the
habanalabs device char files.
Update the MAINTAINERS file to reflect this change.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'drivers/accel/Makefile')
-rw-r--r-- | drivers/accel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/accel/Makefile b/drivers/accel/Makefile index b1036dbc0ba4..07aa77aed1c8 100644 --- a/drivers/accel/Makefile +++ b/drivers/accel/Makefile @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only +obj-y += habanalabs/ obj-y += ivpu/ |