[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools: always enable HAS_MEM_ACCESS
commit 7df31694deac6611aa1bc47ff1936ea4d9898dbf Author: Doug Goldstein <cardoe@xxxxxxxxxx> AuthorDate: Fri Dec 11 10:00:11 2015 -0600 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Wed Dec 16 11:57:46 2015 +0000 tools: always enable HAS_MEM_ACCESS 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@xxxxxxxx> Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> Acked-by: Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/tests/xen-access/Makefile | 3 +-- 1 files changed, 1 insertions(+), 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 -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |