From: Antti Kantee Date: Thu, 11 Feb 2016 19:48:03 +0000 (+0000) Subject: makefile: g/c leftover variable X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4b580c88c68fbc21aaffa9dac913a1fc9d9538b8;p=osstest%2Frumprun.git makefile: g/c leftover variable --- diff --git a/platform/hw/Makefile b/platform/hw/Makefile index 9e45d05..b4caebb 100644 --- a/platform/hw/Makefile +++ b/platform/hw/Makefile @@ -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} diff --git a/platform/xen/Makefile b/platform/xen/Makefile index e0e2c48..85b3383 100644 --- a/platform/xen/Makefile +++ b/platform/xen/Makefile @@ -1,8 +1,6 @@ .PHONY: all all: default -PLATFORM_DEFAULT_TESTER=xen - include ../../global.mk include ${BUILDRUMP_TOOLFLAGS}