diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-07-19 01:55:59 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-07-19 01:55:59 -0700 |
| commit | 2b15fe6334aebd7d3340f8b826acb79b138afa74 (patch) | |
| tree | f9e54f46138cfffa2777864cc8844a1f9c55e7bb /security/Makefile | |
| parent | c59ccd5fdbe804c960eb73fd699e2e57af948e77 (diff) | |
LSM: Add all of the new security/* files for basic task control
This includes the security_* functions, and the default and capability
modules.
Diffstat (limited to 'security/Makefile')
| -rw-r--r-- | security/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile new file mode 100644 index 000000000000..9349c307504d --- /dev/null +++ b/security/Makefile @@ -0,0 +1,13 @@ +# +# Makefile for the kernel security code +# + +# Objects that export symbols +export-objs := security.o + +# Object file lists +obj-y := security.o dummy.o + +obj-$(CONFIG_SECURITY_CAPABILITIES) += capability.o + +include $(TOPDIR)/Rules.make |
