[PATCH] efi_runtime: Add 'install' target
Keng-Yu Lin
kengyu at canonical.com
Mon Mar 11 09:46:47 UTC 2013
On Fri, Mar 8, 2013 at 11:02 PM, Matt Fleming <matt at console-pimps.org> wrote:
> From: Matt Fleming <matt.fleming at intel.com>
>
> Signed-off-by: Matt Fleming <matt.fleming at 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 at canonical.com>
More information about the fwts-devel
mailing list