]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
Just create rumprun.o in the same place as hw
authorAntti Kantee <pooka@iki.fi>
Wed, 14 Oct 2015 12:00:16 +0000 (12:00 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 14 Oct 2015 15:12:44 +0000 (15:12 +0000)
Need real objdir later (location via config.mk),
but go for the easy way now.

platform/xen/Makefile

index 218faf14efd54c8da3a04d6931eab311ab8d7f84..6d7b87a76e4ec98941398156883c916f257816c1 100644 (file)
@@ -7,8 +7,7 @@ ifdef BUILDRUMP_TOOLFLAGS
 include ${BUILDRUMP_TOOLFLAGS}
 endif
 
-MAINOBJNAME= rumprun-xen-$(MACHINE_ARCH).o
-MAINOBJ= $(abspath $(OBJ_DIR)/$(MAINOBJNAME))
+MAINOBJ= rumprun-xen-$(MACHINE_ARCH).o
 
 #
 # Rumprun-xen Makefile.
@@ -78,7 +77,7 @@ $(MAINOBJ): $(RUMP_OBJS) platformlibs
            -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)