diff mbox

efi_runtime: Add 'install' target

Message ID 1362754929-25707-1-git-send-email-matt@console-pimps.org
State Accepted
Headers show

Commit Message

Matt Fleming March 8, 2013, 3:02 p.m. UTC
From: Matt Fleming <matt.fleming@intel.com>

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
---
 efi_runtime/Makefile | 3 +++
 1 file changed, 3 insertions(+)

Comments

Colin Ian King March 8, 2013, 4:24 p.m. UTC | #1
On 08/03/13 15:02, Matt Fleming wrote:
> From: Matt Fleming <matt.fleming@intel.com>
>
> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
> ---
>   efi_runtime/Makefile | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/efi_runtime/Makefile b/efi_runtime/Makefile
> index 8ed7dea..ea0cac2 100644
> --- a/efi_runtime/Makefile
> +++ b/efi_runtime/Makefile
> @@ -2,5 +2,8 @@ obj-m += efi_runtime.o
>   all:
>   	make -C /lib/modules/`uname -r`/build M=`pwd` modules
>
> +install:
> +	make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
> +
>   clean:
>   	make -C /lib/modules/`uname -r`/build M=`pwd` clean
>

Good idea, we overlooked this

Acked-by: Colin Ian King <colin.king@canonical.com>
Keng-Yu Lin March 11, 2013, 9:46 a.m. UTC | #2
On Fri, Mar 8, 2013 at 11:02 PM, Matt Fleming <matt@console-pimps.org> wrote:
> From: Matt Fleming <matt.fleming@intel.com>
>
> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
> ---
>  efi_runtime/Makefile | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/efi_runtime/Makefile b/efi_runtime/Makefile
> index 8ed7dea..ea0cac2 100644
> --- a/efi_runtime/Makefile
> +++ b/efi_runtime/Makefile
> @@ -2,5 +2,8 @@ obj-m += efi_runtime.o
>  all:
>         make -C /lib/modules/`uname -r`/build M=`pwd` modules
>
> +install:
> +       make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
> +
>  clean:
>         make -C /lib/modules/`uname -r`/build M=`pwd` clean
> --
> 1.7.11.7
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

diff --git a/efi_runtime/Makefile b/efi_runtime/Makefile
index 8ed7dea..ea0cac2 100644
--- a/efi_runtime/Makefile
+++ b/efi_runtime/Makefile
@@ -2,5 +2,8 @@  obj-m += efi_runtime.o
 all:
 	make -C /lib/modules/`uname -r`/build M=`pwd` modules
 
+install:
+	make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
+
 clean:
 	make -C /lib/modules/`uname -r`/build M=`pwd` clean