diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-24 20:08:20 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 14:54:23 -0700 |
commit | 00db8a8ecc91abeb46d1128a788a194018c51e77 (patch) | |
tree | 4969b73c3e19db66c6923f4cb0bd316aad3acde5 /drivers/staging/p9auth/Makefile | |
parent | 5dba0826999683fe39aa8b49480b0e953afd117a (diff) |
Staging: p9auth: add to the kernel build
This adds the p9auth code to the kernel build
Cc: Ashwin Ganti <ashwin.ganti@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/p9auth/Makefile')
-rw-r--r-- | drivers/staging/p9auth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/p9auth/Makefile b/drivers/staging/p9auth/Makefile new file mode 100644 index 00000000000..3ebf6ff0eef --- /dev/null +++ b/drivers/staging/p9auth/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_PLAN9AUTH) += p9auth.o |