sdk: exclude locale files to save some space

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2017-01-13 18:00:18 +01:00
parent 920170a27f
commit 3e521fa112
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ EXCLUDE_DIRS:=*/ccache/* \
*.install.clean \
*.install.flags \
*.install \
*/doc
*/doc \
*/share/locale
SDK_DIRS = \
$(STAGING_SUBDIR_HOST) \