Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373694
b: refs/heads/master
c: a45c7df
h: refs/heads/master
v: v3
  • Loading branch information
John Stultz authored and Michal Marek committed Apr 10, 2013
1 parent b2bc570 commit db1c31e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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: 0f40d9d3c5fb40da75af343f27775ca8a15e3806
refs/heads/master: a45c7dfb942b6c198d5cd283f8dcee145241a017
10 changes: 9 additions & 1 deletion trunk/scripts/kconfig/merge_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,18 @@ if [ "$MAKE" = "false" ]; then
exit
fi

# If we have an output dir, setup the O= argument, otherwise leave
# it blank, since O=. will create an unnecessary ./source softlink
OUTPUT_ARG=""
if [ "$OUTPUT" != "." ] ; then
OUTPUT_ARG="O=$OUTPUT"
fi


# Use the merged file as the starting point for:
# alldefconfig: Fills in any missing symbols with Kconfig default
# allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
make KCONFIG_ALLCONFIG=$TMP_FILE O=$OUTPUT $ALLTARGET
make KCONFIG_ALLCONFIG=$TMP_FILE $OUTPUT_ARG $ALLTARGET


# Check all specified config values took (might have missed-dependency issues)
Expand Down

0 comments on commit db1c31e

Please sign in to comment.