diff options
Diffstat (limited to 'target/sdk/Makefile')
-rw-r--r-- | target/sdk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index a4350564eb..6c7560006b 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -32,9 +32,11 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean $(SDK_BUILD_DIR)/target/linux/*/files \ $(SDK_BUILD_DIR)/target/linux/*/patches $(CP) \ + $(TOPDIR)/LICENSE \ $(TOPDIR)/feeds.conf.default \ $(TOPDIR)/rules.mk \ $(TOPDIR)/.config \ + ./files/Config.in \ ./files/Makefile \ ./files/README.SDK \ $(SDK_BUILD_DIR)/ |