From patchwork Fri Mar 1 22:23:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rolf Eike Beer X-Patchwork-Id: 2204951 Return-Path: X-Original-To: patchwork-linux-parisc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id C7C9ADF24C for ; Fri, 1 Mar 2013 22:23:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751245Ab3CAWXK (ORCPT ); Fri, 1 Mar 2013 17:23:10 -0500 Received: from mail.sf-mail.de ([62.27.20.61]:54592 "EHLO mail.sf-mail.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140Ab3CAWXJ convert rfc822-to-8bit (ORCPT ); Fri, 1 Mar 2013 17:23:09 -0500 Received: (qmail 24230 invoked from network); 1 Mar 2013 22:23:07 -0000 Received: from dslb-092-077-072-231.pools.arcor-ip.net ([::ffff:92.77.72.231]:37609 HELO donald.sf-tec.de) (auth=eike-kernel@sf-tec.de) by mail.sf-mail.de (Qsmtpd 0.23svn) with (DHE-RSA-AES256-SHA encrypted) ESMTPSA for ; Fri, 01 Mar 2013 23:23:07 +0100 From: Rolf Eike Beer To: linux-parisc@vger.kernel.org, deller@gmx.de, James.Bottomley@hansenpartnership.com Subject: [PATCH] [parisc] do not install modules when installing kernel Date: Fri, 01 Mar 2013 23:23:11 +0100 Message-ID: <3763734.hDYRZelWPG@donald.sf-tec.de> User-Agent: KMail/4.9.5 (Linux/3.7.5-21-desktop; KDE/4.9.5; i686; ; ) MIME-Version: 1.0 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org PA-RISC is the only arch that installs the modules when installing the kernel. Signed-off-by: Rolf Eike Beer --- arch/parisc/Makefile | 4 +--- 1 Datei geändert, 1 Zeile hinzugefügt(+), 3 Zeilen entfernt(-) diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index ed9a14c..01d95e2 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile @@ -113,12 +113,10 @@ palo: vmlinux # Shorthands for known targets not supported by parisc, use vmlinux as default Image zImage bzImage: vmlinux -kernel_install: vmlinux +install: vmlinux sh $(src)/arch/parisc/install.sh \ $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)" -install: kernel_install modules_install - CLEAN_FILES += lifimage MRPROPER_FILES += palo.conf