From patchwork Mon Nov 14 09:11:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Fisher X-Patchwork-Id: 1350 Return-Path: Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by open-mesh.org (Postfix) with SMTP id EFAB86007D0 for ; Mon, 14 Nov 2011 10:11:38 +0100 (CET) Received: (qmail invoked by alias); 14 Nov 2011 09:11:38 -0000 Received: from p5483D4F3.dip.t-dialin.net (EHLO localhost.localdomain) [84.131.212.243] by mail.gmx.net (mp046) with SMTP; 14 Nov 2011 10:11:38 +0100 X-Authenticated: #23875046 X-Provags-ID: V01U2FsdGVkX1+L0aYCMYuLCb3DgeH16zDTkEcnvzbkxlaZ4tltbq BCJmz1izWQFqZg From: Alexey Fisher To: lindner_marek@yahoo.de, b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 14 Nov 2011 10:11:32 +0100 Message-Id: <1321261892-6401-1-git-send-email-bug-track@fisher-privat.net> X-Mailer: git-send-email 1.7.5.4 X-Y-GMX-Trusted: 0 Subject: [B.A.T.M.A.N.] [PATCH] add make install X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2011 09:11:39 -0000 Signed-off-by: Alexey Fisher --- Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 5762721..44bad88 100644 --- a/Makefile +++ b/Makefile @@ -42,3 +42,6 @@ all: clean: $(MAKE) -C $(KERNELPATH) M=$(PWD) PWD=$(PWD) clean + +install: + @cp batman-adv.ko $(shell dirname $(KERNELPATH))/kernel/net/batman-adv/batman-adv.ko