Need real objdir later (location via config.mk),
but go for the easy way now.
include ${BUILDRUMP_TOOLFLAGS}
endif
-MAINOBJNAME= rumprun-xen-$(MACHINE_ARCH).o
-MAINOBJ= $(abspath $(OBJ_DIR)/$(MAINOBJNAME))
+MAINOBJ= rumprun-xen-$(MACHINE_ARCH).o
#
# Rumprun-xen Makefile.
-lbmk_rumpuser -lbmk_core -Wl,--no-whole-archive
APP_TOOLS_PLATFORM= xen
-APP_TOOLS_OBJS_BAKE= $(MAINOBJNAME)
+APP_TOOLS_OBJS_BAKE= $(MAINOBJ)
APP_TOOLS_LDSCRIPT_BAKE:= $(abspath $(OBJ_DIR)/xen/minios.lds)
APP_TOOLS_DIR= $(abspath ../../app-tools)