1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

apps: Fix application module symbol search path to include core mqnic module

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-04-25 00:48:56 -07:00
parent 56641b3471
commit 2d5e82f42a
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
ifneq ($(KERNELRELEASE),)
KBUILD_EXTRA_SYMBOLS=$(src)/../mqnic/Module.symvers
ccflags-y += -I$(src)/../mqnic/
# object files to build

View File

@ -1,5 +1,7 @@
ifneq ($(KERNELRELEASE),)
KBUILD_EXTRA_SYMBOLS=$(src)/../mqnic/Module.symvers
ccflags-y += -I$(src)/../mqnic/
# object files to build