diff options
Diffstat (limited to 'drivers/accel/ethosu/Makefile')
| -rw-r--r-- | drivers/accel/ethosu/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/accel/ethosu/Makefile b/drivers/accel/ethosu/Makefile new file mode 100644 index 000000000000..17db5a600416 --- /dev/null +++ b/drivers/accel/ethosu/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-$(CONFIG_DRM_ACCEL_ARM_ETHOSU) := ethosu.o +ethosu-y += ethosu_drv.o ethosu_gem.o ethosu_job.o |
