From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753072AbbEMGYt (ORCPT ); Wed, 13 May 2015 02:24:49 -0400 Received: from terminus.zytor.com ([198.137.202.10]:58175 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751536AbbEMGYq (ORCPT ); Wed, 13 May 2015 02:24:46 -0400 Date: Tue, 12 May 2015 23:24:30 -0700 From: tip-bot for Andi Kleen Message-ID: Cc: tglx@linutronix.de, acme@redhat.com, akpm@linux-foundation.org, mingo@kernel.org, linux-kernel@vger.kernel.org, ak@linux.intel.com, hpa@zytor.com Reply-To: linux-kernel@vger.kernel.org, mingo@kernel.org, ak@linux.intel.com, hpa@zytor.com, acme@redhat.com, tglx@linutronix.de, akpm@linux-foundation.org In-Reply-To: <1426199953-15324-1-git-send-email-andi@firstfloor.org> References: <1426199953-15324-1-git-send-email-andi@firstfloor.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] tools: Fix tools/vm build Git-Commit-ID: 85a9fb47c56aa5e43c54034002232c0585a4b781 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 85a9fb47c56aa5e43c54034002232c0585a4b781 Gitweb: http://git.kernel.org/tip/85a9fb47c56aa5e43c54034002232c0585a4b781 Author: Andi Kleen AuthorDate: Thu, 12 Mar 2015 15:39:13 -0700 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 12 May 2015 18:11:06 -0300 tools: Fix tools/vm build libabikfs.a doesn't exist anymore, so we now need to link with libapi.a. Signed-off-by: Andi Kleen Cc: Andrew Morton Link: http://lkml.kernel.org/r/1426199953-15324-1-git-send-email-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/vm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vm/Makefile b/tools/vm/Makefile index ac884b6..93aadaf 100644 --- a/tools/vm/Makefile +++ b/tools/vm/Makefile @@ -3,7 +3,7 @@ TARGETS=page-types slabinfo page_owner_sort LIB_DIR = ../lib/api -LIBS = $(LIB_DIR)/libapikfs.a +LIBS = $(LIB_DIR)/libapi.a CC = $(CROSS_COMPILE)gcc CFLAGS = -Wall -Wextra -I../lib/