lkml.org 
[lkml]   [2012]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/9] KEYS: Reorganise keys Makefile
    Date
    Reorganise the keys directory Makefile to put all the core bits together and
    the type-specific bits after.

    Signed-off-by: David Howells <dhowells@redhat.com>
    Acked-by: Mimi Zohar <zohar@us.ibm.com>
    ---

    security/keys/Makefile | 12 +++++++++---
    1 files changed, 9 insertions(+), 3 deletions(-)

    diff --git a/security/keys/Makefile b/security/keys/Makefile
    index a56f1ff..504aaa0 100644
    --- a/security/keys/Makefile
    +++ b/security/keys/Makefile
    @@ -2,6 +2,9 @@
    # Makefile for key management
    #

    +#
    +# Core
    +#
    obj-y := \
    gc.o \
    key.o \
    @@ -12,9 +15,12 @@ obj-y := \
    request_key.o \
    request_key_auth.o \
    user_defined.o
    -
    -obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
    -obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/
    obj-$(CONFIG_KEYS_COMPAT) += compat.o
    obj-$(CONFIG_PROC_FS) += proc.o
    obj-$(CONFIG_SYSCTL) += sysctl.o
    +
    +#
    +# Key types
    +#
    +obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
    +obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys/


    \
     
     \ /
      Last update: 2012-02-08 12:05    [W:2.547 / U:0.228 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site