diff options
author | greg@kroah.com <greg@kroah.com> | 2004-03-24 22:46:29 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:11 -0700 |
commit | 7e2fb86463fd6f09125d73c5eb110842511ad04e (patch) | |
tree | 54f12163f88a1828e024f91237315d01405d35ba | |
parent | 0384e43ad9cfb85cc32ab926d1780a05ca3ab1dc (diff) |
[PATCH] remove selinux stuff from the main Makefile
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -221,14 +221,6 @@ ifeq ($(strip $(USE_KLIBC)),true) OBJS += klibc_fixups.o endif -# if USE_SELINUX is enabled, then we do not strip or optimize -ifeq ($(strip $(USE_SELINUX)),true) - CFLAGS += -DUSE_SELINUX - OBJS += udev_selinux.o - LIB_OBJS += -lselinux -endif - - # header files automatically generated GEN_HEADERS = udev_version.h |