diff options
author | PaulK <contact@paulk.fr> | 2012-06-03 22:40:13 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2012-07-09 00:30:31 +0200 |
commit | ed69a560d06551699ba9f0624256005295718308 (patch) | |
tree | 98e45c4ba9621fcb4cfb115cbed3f416b0423d1b | |
parent | 86d0ca61294814820f31ca633721a8fc031a5fa9 (diff) | |
download | device_samsung_crespo-ed69a560d06551699ba9f0624256005295718308.zip device_samsung_crespo-ed69a560d06551699ba9f0624256005295718308.tar.gz device_samsung_crespo-ed69a560d06551699ba9f0624256005295718308.tar.bz2 |
Removed the inclusion of the non-free parts when available
Signed-off-by: PaulK <contact@paulk.fr>
-rwxr-xr-x | BoardConfig.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 685d0c6..9ff3494 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -28,8 +28,5 @@ BOARD_NO_32BPP := true # Enable NFC BOARD_HAVE_NFC := true -# Use the non-open-source parts, if they're present --include vendor/samsung/crespo/BoardConfigVendor.mk - # Use the parts that are common between all crespos include device/samsung/crespo/BoardConfigCommon.mk |