Browse Source

sdk: provide a config symbol for detecting builds within the SDK

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
12703d5b29
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/sdk/files/Config.in

+ 4 - 0
target/sdk/files/Config.in

@@ -18,6 +18,10 @@ menu "Global build settings"
 
 endmenu
 
+config IN_SDK
+	default y
+	bool
+
 config MODULES
 	bool
 	default y