Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/3.8/zen-tag' into 3.8/master
Browse files Browse the repository at this point in the history
  • Loading branch information
heftig committed Feb 21, 2013
2 parents 556d95f + 2d5a08b commit 7a69e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mkcompile_h
Expand Up @@ -54,8 +54,8 @@ else
fi

UTS_VERSION="#$VERSION"
CONFIG_FLAGS=""
if [ -n "$SMP" ] ; then CONFIG_FLAGS="SMP"; fi
CONFIG_FLAGS="ZEN"
if [ -n "$SMP" ] ; then CONFIG_FLAGS="$CONFIG_FLAGS SMP"; fi
if [ -n "$PREEMPT" ] ; then CONFIG_FLAGS="$CONFIG_FLAGS PREEMPT"; fi
UTS_VERSION="$UTS_VERSION $CONFIG_FLAGS $TIMESTAMP"

Expand Down

0 comments on commit 7a69e9a

Please sign in to comment.