treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / misc / habanalabs / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for HabanaLabs AI accelerators driver
4 #
5
6 obj-m   := habanalabs.o
7
8 habanalabs-y := habanalabs_drv.o device.o context.o asid.o habanalabs_ioctl.o \
9                 command_buffer.o hw_queue.o irq.o sysfs.o hwmon.o memory.o \
10                 command_submission.o mmu.o firmware_if.o pci.o
11
12 habanalabs-$(CONFIG_DEBUG_FS) += debugfs.o
13
14 include $(src)/goya/Makefile
15 habanalabs-y += $(HL_GOYA_FILES)