From c186a6c02c347ee2e6cd084c55192a0ce1fee216 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 7 Apr 2015 14:19:54 +0200 Subject: [PATCH] User configuration option can be now stored in useroptions.mak, so no need to alter main makefile (nw) --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 05c107ae11f..d2fcce40250 100644 --- a/makefile +++ b/makefile @@ -75,6 +75,8 @@ # FILTER_DEPS = 1 +-include useroptions.mak + ########################################################################### ################## END USER-CONFIGURABLE OPTIONS ###################### ###########################################################################