Parcourir la source

delete/init module functions are not 2.4 specific

Mike Frysinger il y a 16 ans
Parent
commit
3898083f5b
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      libc/sysdeps/linux/common/Makefile.in

+ 1 - 2
libc/sysdeps/linux/common/Makefile.in

@@ -25,8 +25,7 @@ CSRC := $(filter-out ssp.c,$(CSRC))
 endif
 
 ifneq ($(UCLIBC_LINUX_MODULE_24),y)
-CSRC := $(filter-out create_module.c delete_module.c init_module.c \
-		query_module.c get_kernel_syms.c,$(CSRC))
+CSRC := $(filter-out create_module.c query_module.c get_kernel_syms.c,$(CSRC))
 endif
 
 ifneq ($(UCLIBC_LINUX_SPECIFIC),y)