[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH] Fix paths in Makefile in helloworld example
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6012528..24c8df3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UK_ROOT ?= $(PWD)/../../unikraft -UK_LIBS ?= $(PWD)/../../libs +UK_ROOT ?= $(PWD)/../.. +UK_LIBS ?= $(PWD)/../../lib LIBS := all: -- 2.11.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |