On Fri, 2015-12-11 at 10:00 -0600, Doug Goldstein wrote:
> 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.
> 
> Signed-off-by: Doug Goldstein <car...@cardoe.com>

Acked-by: Ian Campbell <ian.campb...@citrix.com>

I suppose any future arch which doesn't initially add xen access support
will have to patch the Kconfig later on, which is fine by me.

> ---
>  tools/tests/xen-access/Makefile | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/tools/tests/xen-access/Makefile b/tools/tests/xen-
> access/Makefile
> index f810543..dd70f9f 100644
> --- a/tools/tests/xen-access/Makefile
> +++ b/tools/tests/xen-access/Makefile
> @@ -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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to