Skip to content
Snippets Groups Projects
Commit 38179637 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Adding ability to overwrite Dolphin DISDIR var when building module

parent 8eb7d8a5
No related branches found
No related tags found
1 merge request!651Adding ability to overwrite Dolphin DISDIR var when building module
......@@ -19,7 +19,7 @@ KBUILD_EXTRA_SYMBOLS += $(DOLPHIN_SYM)
KBUILD=/lib/modules/$(shell uname -r)/build/
#Dolphin include directories and compilation flags
DISDIR = /opt/srcdis
DISDIR ?= /opt/srcdis
DOLPHIN_INCS:= -DOS_IS_LINUX=1 -D_DIS_KERNEL_=1 -I$(DISDIR)/src/IRM_GX/drv/src -I$(DISDIR)/src/IRM_GX/drv/src/LINUX -I$(DISDIR)/src/include -I$(DISDIR)/src/include/dis -I$(DISDIR)/src/COMMON/osif/kernel/include -I$(DISDIR)/src/COMMON/osif/kernel/include/LINUX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment