From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031071Ab2CVRCA (ORCPT ); Thu, 22 Mar 2012 13:02:00 -0400 Received: from s15943758.onlinehome-server.info ([217.160.130.188]:48406 "EHLO mail.x86-64.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031012Ab2CVRB6 (ORCPT ); Thu, 22 Mar 2012 13:01:58 -0400 From: Borislav Petkov To: Ingo Molnar , Arnaldo Carvalho de Melo Cc: LKML , Borislav Petkov Subject: [PATCH 0/2] tools: Add a toplevel Makefile Date: Thu, 22 Mar 2012 18:01:51 +0100 Message-Id: <1332435713-32143-1-git-send-email-bp@amd64.org> X-Mailer: git-send-email 1.7.9.3.362.g71319 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Hi all, this is a refresh and carve-out of an old patchset. It adds a toplevel Makefile to tools/ so that one can build the tool of her/his liking by simply doing $ cd tools/ $ make By default, we build perf. There's also a scripts/Makefile.lib now which should contain all make-related generic stuff which can be used by all tools' build process after including this file. Any comments/suggestions are welcome, thanks.