diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/sdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index c1eca736b0..e9599c3c69 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -29,7 +29,8 @@ EXCLUDE_DIRS:=*/ccache/* \ *.install.clean \ *.install.flags \ *.install \ - */doc + */doc \ + */share/locale SDK_DIRS = \ $(STAGING_SUBDIR_HOST) \ |