X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Tools%2FDiskTool%2FMakefile;h=f749f80e17d91bf815fdbb5033266fab7e8c541b;hb=13078002b01ee4f63eb2001d2ef479a2a006ea32;hp=4b0ef607b864cc215942b836e64099d3550e90f0;hpb=3241c317ee9f714eba6a0fa82de79cfe5f104993;p=tpg%2Facess2.git diff --git a/Tools/DiskTool/Makefile b/Tools/DiskTool/Makefile index 4b0ef607..f749f80e 100644 --- a/Tools/DiskTool/Makefile +++ b/Tools/DiskTool/Makefile @@ -25,6 +25,7 @@ N_OBJ = main.o script.o helpers.o # Compilation Options CFLAGS := -Wall -std=gnu99 -g -Werror CPPFLAGS := -I include/ -I ../nativelib +CPPFLAGS += -I../../Usermode/Libraries/ld-acess.so_src/include_exp/ # Syscalls K_CPPFLAGS := -I $(KERNEL_SRC)include -I $(MODULE_SRC) LDFLAGS += -Wl,--defsym,__buildnum=$(BUILD_NUM) -g -L ../ -lnativelib