aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-01-24 01:26:21 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-01-24 01:26:21 -0600
commit61cfcb3de16115b539db5b380842a32d0be568c2 (patch)
tree921f887d474989c50c41cc6504be68547d580fad /Makefile
parentaae7d999e258ba7b26027251d99db728ea1622cf (diff)
downloadhistory-61cfcb3de16115b539db5b380842a32d0be568c2.tar.gz
kbuild: Remove -DEXPORT_SYMTAB switch
rusty's module rewrite removed the reference to EXPORT_SYMTAB from linux/module.h, and it's not used anywhere else, either.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 15bd44355f0bd..a09ff64a66616 100644
--- a/Makefile
+++ b/Makefile
@@ -256,10 +256,6 @@ ifdef include_config
-include .config.cmd
-ifdef CONFIG_MODULES
-export EXPORT_FLAGS := -DEXPORT_SYMTAB
-endif
-
ifndef CONFIG_FRAME_POINTER
CFLAGS += -fomit-frame-pointer
endif