]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
makefile: g/c leftover variable
authorAntti Kantee <pooka@iki.fi>
Thu, 11 Feb 2016 19:48:03 +0000 (19:48 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 11 Feb 2016 19:57:39 +0000 (19:57 +0000)
platform/hw/Makefile
platform/xen/Makefile

index 9e45d05afdc5f2180893fa07e3c6533814a16455..b4caebbec1f63e181212979495b412670b3e475a 100644 (file)
@@ -3,8 +3,6 @@ include ${BUILDRUMP_TOOLFLAGS}
 
 default: all
 
-PLATFORM_DEFAULT_TESTER=qemu
-
 CPPFLAGS=      -Iinclude -I../../include -I${RROBJ}/include -nostdinc
 CFLAGS+=       ${BUILDRUMP_TOOL_CFLAGS}
 
index e0e2c48a100a4e455396394740f7adbad12abbd8..85b3383120231735736d59b87da9d2ea4d71135e 100644 (file)
@@ -1,8 +1,6 @@
 .PHONY: all
 all: default
 
-PLATFORM_DEFAULT_TESTER=xen
-
 include ../../global.mk
 include ${BUILDRUMP_TOOLFLAGS}