aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorBrian Gerst <bgerst@didntduck.org>2002-12-14 19:41:56 -0800
committerIngo Molnar <mingo@elte.hu>2002-12-14 19:41:56 -0800
commit0b319ed0ada2e2bd43f38c65a1ce5b1492a40b6d (patch)
tree5c6ad5a8492d19d4746ba197c7a918fab1fb19db /security
parentb4499c7261c3f7d75506132416995affe83d829b (diff)
downloadhistory-0b319ed0ada2e2bd43f38c65a1ce5b1492a40b6d.tar.gz
[PATCH] Remove Rules.make from Makefiles (3/3)
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the remaining Makefiles, and removes the empty Rules.make file.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile
index 989ada7f8041a9..26d36f11ec2e9f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -14,5 +14,3 @@ endif
obj-$(CONFIG_SECURITY) += security.o dummy.o
obj-$(CONFIG_SECURITY_CAPABILITIES) += capability.o
obj-$(CONFIG_SECURITY_ROOTPLUG) += root_plug.o
-
-include $(TOPDIR)/Rules.make