3110c60fdc
This patch moves the code that is responsible of the communication vs. the F/W to a dedicated file. This will allow us to share the code between different ASICs. Signed-off-by: Tomer Tayar <ttayar@habana.ai> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
15 lines
370 B
Makefile
15 lines
370 B
Makefile
#
|
|
# 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 firmware_if.o
|
|
|
|
habanalabs-$(CONFIG_DEBUG_FS) += debugfs.o
|
|
|
|
include $(src)/goya/Makefile
|
|
habanalabs-y += $(HL_GOYA_FILES)
|