sdk: exclude locale files to save some space
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
920170a27f
commit
3e521fa112
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ EXCLUDE_DIRS:=*/ccache/* \
|
|||
*.install.clean \
|
||||
*.install.flags \
|
||||
*.install \
|
||||
*/doc
|
||||
*/doc \
|
||||
*/share/locale
|
||||
|
||||
SDK_DIRS = \
|
||||
$(STAGING_SUBDIR_HOST) \
|
||||
|
|
Loading…
Reference in a new issue