X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=gears%2Fservices%2Fmpi%2FMakefile;h=363309d29dbbaa26851591070de0764dd8ec9ee3;hb=0246f0904a4800dbe1e8e23332d49b468a58f751;hp=8e9f1bacb7704b2dddbc7913cfd1267e68ae3f0d;hpb=6086c518257eb80a38ef4dc8292aa2254c613a17;p=palacios.git diff --git a/gears/services/mpi/Makefile b/gears/services/mpi/Makefile index 8e9f1ba..363309d 100644 --- a/gears/services/mpi/Makefile +++ b/gears/services/mpi/Makefile @@ -17,7 +17,7 @@ test_static: test_static.c libmpi_hcall.a gcc $(EXTRA) -static test_static.c -L. -lmpi_hcall -o test_static -EXTRA_CFLAGS += -I$(PWD)/../palacios/include +EXTRA_CFLAGS += -I$(PWD)/../../../palacios/include obj-m += mpi.o