]> xenbits.xensource.com Git - people/julieng/xen-unstable.git/commitdiff
tools: always enable HAS_MEM_ACCESS
authorDoug Goldstein <cardoe@cardoe.com>
Fri, 11 Dec 2015 16:00:11 +0000 (10:00 -0600)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 16 Dec 2015 11:57:46 +0000 (11:57 +0000)
For all supported targets HAS_MEM_ACCESS is enabled so this drops the
conditional and always makes it enabled. The goal here is to remove the
setting in the top level config directory when kconfig changes land.

Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/tests/xen-access/Makefile

index f810543738c67db635db3d7980cbcee06a99e57b..dd70f9ffd8f9125bc6dec243db65d9baad5066c5 100644 (file)
@@ -7,8 +7,7 @@ CFLAGS += $(CFLAGS_libxenctrl)
 CFLAGS += $(CFLAGS_libxenguest)
 CFLAGS += $(CFLAGS_xeninclude)
 
-TARGETS-y :=
-TARGETS-$(HAS_MEM_ACCESS) := xen-access
+TARGETS-y := xen-access
 TARGETS := $(TARGETS-y)
 
 .PHONY: all