Commit 2c55f430 authored by Kai Germaschewski's avatar Kai Germaschewski

Remuve some cruft from top-level Makefile

parent 0cc00c95
......@@ -278,15 +278,6 @@ ifdef CONFIG_MODVERSIONS
$(MAKE) update-modverfile
endif
# FIXME MODVERFILE is unused
ifdef CONFIG_MODVERSIONS
MODVERFILE := $(TOPDIR)/include/linux/modversions.h
else
MODVERFILE :=
endif
export MODVERFILE
# ---------------------------------------------------------------------------
# Modules
......@@ -352,28 +343,6 @@ endif # CONFIG_MODULES
# ---------------------------------------------------------------------------
# FIXME unused
ifdef CONFIGURATION
..$(CONFIGURATION):
@echo
@echo "You have a bad or nonexistent" .$(CONFIGURATION) ": running 'make" $(CONFIGURATION)"'"
@echo
$(MAKE) $(CONFIGURATION)
@echo
@echo "Successful. Try re-making (ignore the error that follows)"
@echo
exit 1
#dummy: ..$(CONFIGURATION)
dummy:
else
dummy:
endif
include Rules.make
# Build helpers in scripts/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment