All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: always enable HAS_MEM_ACCESS
@ 2015-12-11 16:00 Doug Goldstein
  2015-12-14  8:59 ` Jan Beulich
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Doug Goldstein @ 2015-12-11 16:00 UTC (permalink / raw)
  To: xen-devel
  Cc: Tamas K Lengyel, Wei Liu, Ian Campbell, Razvan Cojocaru,
	Stefano Stabellini, Doug Goldstein, Ian Jackson

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 <cardoe@cardoe.com>
---
 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
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-16 12:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11 16:00 [PATCH] tools: always enable HAS_MEM_ACCESS Doug Goldstein
2015-12-14  8:59 ` Jan Beulich
2015-12-14 11:44 ` Razvan Cojocaru
2015-12-15 12:11 ` Ian Campbell
2015-12-16 12:14   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.