linux_dsm_epyc7002/drivers/misc/habanalabs/Makefile
Oded Gabbay c4d66343a4 habanalabs: add skeleton driver
This patch adds the habanalabs skeleton driver. The driver does nothing at
this stage except very basic operations. It contains the minimal code to
insmod and rmmod the driver and to create a /dev/hlX file per PCI device.

Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-18 09:46:43 +01:00

8 lines
119 B
Makefile

#
# Makefile for HabanaLabs AI accelerators driver
#
obj-m := habanalabs.o
habanalabs-y := habanalabs_drv.o device.o