2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-02-16 06:39:11 +08:00
|
|
|
#
|
|
|
|
# Makefile for HabanaLabs AI accelerators driver
|
|
|
|
#
|
|
|
|
|
2020-07-13 17:21:04 +08:00
|
|
|
obj-$(CONFIG_HABANA_AI) := habanalabs.o
|
2019-02-16 06:39:11 +08:00
|
|
|
|
2020-07-13 17:21:04 +08:00
|
|
|
include $(src)/common/Makefile
|
|
|
|
habanalabs-y += $(HL_COMMON_FILES)
|
2019-02-16 06:39:24 +08:00
|
|
|
|
2019-02-16 06:39:13 +08:00
|
|
|
include $(src)/goya/Makefile
|
|
|
|
habanalabs-y += $(HL_GOYA_FILES)
|
2020-05-11 15:29:27 +08:00
|
|
|
|
|
|
|
include $(src)/gaudi/Makefile
|
|
|
|
habanalabs-y += $(HL_GAUDI_FILES)
|
2020-07-13 17:21:04 +08:00
|
|
|
|
|
|
|
habanalabs-$(CONFIG_DEBUG_FS) += common/debugfs.o
|