Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add the AFS_TARGET_BUILD to .config
  • Loading branch information
Ido Reis committed Jul 31, 2012
1 parent d4c0072 commit b22bd65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config
Expand Up @@ -8,4 +8,4 @@ CONFIG_BT?=n
CONFIG_TIST?=n
CONFIG_FM?=n
CONFIG_GPS?=n

CONFIG_AFS_TARGET_BUILD=
6 changes: 5 additions & 1 deletion defs.mk
Expand Up @@ -31,7 +31,11 @@ DEFS_MK_INCLUDED:=included

VERSION:=r8.a3.09

AFS_TARGET_BUILD=
ifndef CONFIG_AFS_TARGET_BUILD
CONFIG_AFS_TARGET_BUILD=
endif

AFS_TARGET_BUILD?=CONFIG_AFS_TARGET_BUILD
#tablet
ifeq ($(AFS_TARGET_BUILD), tablet)
AFS_BUILD_OPTION:=blaze_tablet-userdebug
Expand Down

0 comments on commit b22bd65

Please sign in to comment.