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:
parent
56641b3471
commit
2d5e82f42a
@ -1,5 +1,7 @@
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
|
||||
KBUILD_EXTRA_SYMBOLS=$(src)/../mqnic/Module.symvers
|
||||
|
||||
ccflags-y += -I$(src)/../mqnic/
|
||||
|
||||
# object files to build
|
||||
|
@ -1,5 +1,7 @@
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
|
||||
KBUILD_EXTRA_SYMBOLS=$(src)/../mqnic/Module.symvers
|
||||
|
||||
ccflags-y += -I$(src)/../mqnic/
|
||||
|
||||
# object files to build
|
||||
|
Loading…
x
Reference in New Issue
Block a user