[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / security / keys

File: [Development] / linux-2.6-xfs / security / keys / Makefile (download)

Revision 1.1, Wed Jan 5 14:17:31 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.10.
Merge of 2.6.x-xfs-melb:linux:21010a by kenmcd.

#
# Makefile for key management
#

obj-y := \
	key.o \
	keyring.o \
	keyctl.o \
	process_keys.o \
	user_defined.o \
	request_key.o

obj-$(CONFIG_KEYS_COMPAT) += compat.o
obj-$(CONFIG_PROC_FS) += proc.o