summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index efc42ffc8..3780fe6e2 100644
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,14 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# This top-level Makefile can *not* be executed in parallel
-.NOTPARALLEL:
-
#--------------------------------------------------------------
# Just run 'make menuconfig', configure stuff, then run 'make'.
# You shouldn't need to mess with anything beyond this point...
#--------------------------------------------------------------
+
+# This top-level Makefile can *not* be executed in parallel
+.NOTPARALLEL:
+
# absolute path
TOPDIR:=$(shell pwd)
CONFIG_CONFIG_IN=Config.in