From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from postman.abacus.ch (postman.abacus.ch [193.246.101.142]) by mail.linbit.com (LINBIT Mail Daemon) with ESMTP id 839C814331 for ; Tue, 19 Oct 2004 16:36:18 +0200 (CEST) Message-ID: <026001c4b5e8$f47e6220$532210ac@morpheus> From: "Philipp Hug" To: Date: Tue, 19 Oct 2004 16:36:00 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Cc: Cyril Bouthors , David Krovich Subject: [Drbd-dev] drbd kernel module makefile List-Id: Coordination of development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Is there a reason, why the drbd module Makefile calls "make module" from the kernel-source instead of just compiling itself with the header files from $(KDIR)/include? this makes it quiet inconvient to use it with module-assistant (debian tool, to build kernel-modules from their source packages) because you need to have the complete source with correct config installed instead of just using the kernel-header modules... in debian you can just do the following: m-a install cloop philipp