From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: [RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS) Date: Thu, 09 Apr 2015 10:36:23 +0200 Message-ID: <55263A07.6040508@nod.at> References: <1427202642-1716-1-git-send-email-tazaki@sfc.wide.ad.jp> <551164ED.5000907@nod.at> <55117565.6080002@nod.at> <55118277.5070909@nod.at> <55133BAF.30301@nod.at> <5514560A.7040707@nod.at> <55152137.20405@nod.at> <5518F030.4040003@nod.at> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Hajime Tazaki Cc: linux-arch@vger.kernel.org, arnd@arndb.de, corbet@lwn.net, cl@linux.com, penberg@kernel.org, rientjes@google.com, iamjoonsoo.kim@lge.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-mm@kvack.org, jdike@addtoit.com, rusty@rustcorp.com.au, mathieu.lacage@gmail.com List-Id: linux-arch.vger.kernel.org Am 31.03.2015 um 09:47 schrieb Hajime Tazaki: > right now arch/lib/Makefile isn't fully on the Kbuild > system: build file dependency is not tracked at all. > > while I should learn more about Kbuild, I'd be happy if you > would suggest how the Makefile should be. You definitely have to use Kbuild. Please bite the bullet and dig into it. Maybe we need also new functions in Kbuild to support a library mode. Who knows? ;) Thanks, //richard From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from a.ns.miles-group.at ([95.130.255.143]:65275 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932689AbbDIIgb (ORCPT ); Thu, 9 Apr 2015 04:36:31 -0400 Message-ID: <55263A07.6040508@nod.at> Date: Thu, 09 Apr 2015 10:36:23 +0200 From: Richard Weinberger MIME-Version: 1.0 Subject: Re: [RFC PATCH 00/11] an introduction of library operating system for Linux (LibOS) References: <1427202642-1716-1-git-send-email-tazaki@sfc.wide.ad.jp> <551164ED.5000907@nod.at> <55117565.6080002@nod.at> <55118277.5070909@nod.at> <55133BAF.30301@nod.at> <5514560A.7040707@nod.at> <55152137.20405@nod.at> <5518F030.4040003@nod.at> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Hajime Tazaki Cc: linux-arch@vger.kernel.org, arnd@arndb.de, corbet@lwn.net, cl@linux.com, penberg@kernel.org, rientjes@google.com, iamjoonsoo.kim@lge.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-mm@kvack.org, jdike@addtoit.com, rusty@rustcorp.com.au, mathieu.lacage@gmail.com Message-ID: <20150409083623.UfI88H3GTZbooGhHyeKodHRe-nruiYqgxjmNgdWQWmo@z> Am 31.03.2015 um 09:47 schrieb Hajime Tazaki: > right now arch/lib/Makefile isn't fully on the Kbuild > system: build file dependency is not tracked at all. > > while I should learn more about Kbuild, I'd be happy if you > would suggest how the Makefile should be. You definitely have to use Kbuild. Please bite the bullet and dig into it. Maybe we need also new functions in Kbuild to support a library mode. Who knows? ;) Thanks, //richard