[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools: always enable HAS_MEM_ACCESS
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 <cardoe@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |