For internal needs of our CI we need to move all the common code into a common folder instead of putting them in the root folder of the driver. Same applies to the common header files under include/ Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com> Reviewed-by: Omer Shpigelman <oshpigelman@habana.ai>
6 lines
179 B
Makefile
6 lines
179 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
subdir-ccflags-y += -I$(src)/common
|
|
|
|
HL_GAUDI_FILES := gaudi/gaudi.o gaudi/gaudi_hwmgr.o gaudi/gaudi_security.o \
|
|
gaudi/gaudi_coresight.o
|