You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
364 B
11 lines
364 B
|
|
KBUILD_CFLAGS += -Werror -fstack-protector-all
|
|
|
|
EXTRA_CFLAGS += -I$(srctree)/drivers/drv/include \
|
|
-I$(srctree)/drivers/drv/media_mem \
|
|
-I$(srctree)/include/linux \
|
|
-I$(srctree)/include/linux/hengshan \
|
|
-I$(srctree)/include/linux/huanglong/utils
|
|
obj-y += svm.o
|
|
obj-$(CONFIG_SOCT_NPU) += npu_misc.o
|