diff options
Diffstat (limited to 'target/sdk')
-rw-r--r-- | target/sdk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 828cff5880..a2cd3a5ab0 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -31,8 +31,7 @@ EXCLUDE_DIRS:=*/ccache \ *.install.clean \ *.install.flags \ *.install \ - */doc \ - $(STAGING_SUBDIR_TARGET)/usr/bin + */doc SDK_DIRS = \ $(STAGING_SUBDIR_HOST) \ |