diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-12 17:37:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-12 17:37:24 -0700 |
commit | bd314d976e22e82c55e96603804ed7cb0514d252 (patch) | |
tree | 098089ad3c5b98a13d63bce5f23d5a18b40c0e9c /arch/i386/kernel/Makefile | |
parent | 48c068e0f49b3c507cbd1c332f4acdd5fc193040 (diff) | |
parent | f6bc0c1c5b0fe393efaf922e01887c33b35f2910 (diff) |
Merge branch 'audit.b29' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
* 'audit.b29' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current:
[PATCH] sparc64 audit syscall classes hookup
[PATCH] syscall class hookup for all normal targets
Diffstat (limited to 'arch/i386/kernel/Makefile')
-rw-r--r-- | arch/i386/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile index ab98fc21a54..5427a842e84 100644 --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -39,7 +39,6 @@ obj-$(CONFIG_VM86) += vm86.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o -obj-$(CONFIG_AUDIT) += audit.o EXTRA_AFLAGS := -traditional |