From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754591AbbCLWyl (ORCPT ); Thu, 12 Mar 2015 18:54:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45351 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbbCLWyk (ORCPT ); Thu, 12 Mar 2015 18:54:40 -0400 Date: Thu, 12 Mar 2015 15:54:39 -0700 From: Andrew Morton To: Andi Kleen Cc: linux-kernel@vger.kernel.org, Andi Kleen , Jiri Olsa , Arnaldo Carvalho de Melo Subject: Re: [PATCH] Fix page-flags build Message-Id: <20150312155439.eaaacb7d6bf72d06c7deefff@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> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 12 Mar 2015 15:39:13 -0700 Andi Kleen wrote: > From: Andi Kleen > > libabikfs.a doesn't exist anymore, so we now need to link with > libapi.a > > Signed-off-by: Andi Kleen > --- > 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/ A bit more info would have helped! This appears to be a fix for 285a8f247b08c2 ("tools lib api: Rename libapikfs.a to libapi.a"), authored by Jiri, committed by Arnaldo and presently in linux-next.