lkml.org 
[lkml]   [2015]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.19.y-ckt 067/146] tools/vm: fix page-flags build
    Date
    3.19.8-ckt2 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Andi Kleen <ak@linux.intel.com>

    commit 4933f55fe72c86e57efc454dd6e673c7f17af5a3 upstream.

    libabikfs.a doesn't exist anymore, so we now need to link with libapi.a.

    Signed-off-by: Andi Kleen <ak@linux.intel.com>
    Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    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/
    --
    1.9.1


    \
     
     \ /
      Last update: 2015-06-18 01:41    [W:4.112 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site