Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359230
b: refs/heads/master
c: 9a926d4
h: refs/heads/master
v: v3
  • Loading branch information
Yann E. MORIN authored and Michal Marek committed Nov 20, 2012
1 parent d20105f commit 2048b02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b341f7882f04cc70b7437583f012a8d93fbfb00e
refs/heads/master: 9a926d4354d84e424e738a6d401328340400331b
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/gconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# include <config.h>
#endif

#include <stdlib.h>
#include "lkc.h"
#include "images.c"

Expand All @@ -22,7 +23,6 @@
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <stdlib.h>

//#define DEBUG

Expand Down
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/lkc.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern "C" {
#endif
static inline const char *CONFIG_prefix(void)
{
return CONFIG_;
return getenv( "CONFIG_" ) ?: CONFIG_;
}
#undef CONFIG_
#define CONFIG_ CONFIG_prefix()
Expand Down
1 change: 1 addition & 0 deletions trunk/scripts/kconfig/nconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/
#define _GNU_SOURCE
#include <string.h>
#include <stdlib.h>

#include "lkc.h"
#include "nconf.h"
Expand Down

0 comments on commit 2048b02

Please sign in to comment.