aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs/Makefile
blob: c6592db59b251b3020d05c7c4f10f5839de16e2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile for HabanaLabs AI accelerators driver
#

obj-m	:= habanalabs.o

habanalabs-y := habanalabs_drv.o device.o context.o asid.o habanalabs_ioctl.o \
		command_buffer.o hw_queue.o irq.o sysfs.o hwmon.o memory.o \
		command_submission.o mmu.o

habanalabs-$(CONFIG_DEBUG_FS) += debugfs.o

include $(src)/goya/Makefile
habanalabs-y += $(HL_GOYA_FILES)