diff --git a/Kernel/Makefile-xargo b/Kernel/Makefile-xargo
index 6c4186f29d7474141e70815c721cbe678b7ad218..b952f7f5a37e821f14f2c3b494af885660c74913 100644
--- a/Kernel/Makefile-xargo
+++ b/Kernel/Makefile-xargo
@@ -35,6 +35,7 @@ BUILDNUM ?= 1
 
 OBJDIR := .obj/$(ARCH)/
 OBJS := $(addprefix $(OBJDIR),start.ao log_cfg.ao libmain.a)
+IMGDIR := ../Graphics/.output/shared/
 
 CARGO_FEATURES :=
 ENV := RUST_VERSION="$(shell $(RUSTC) --version)"