Skip to content
Snippets Groups Projects
Commit bd7a40ba authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Force remove of the symbolic link build_arm/linux, especially when switching...

Force remove of the symbolic link build_arm/linux, especially when switching from targets using the same toolchain (ex : switching from brcm-2.4 to au1000-2.6)

SVN-Revision: 4462
parent 5a794638
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ modules: $(LINUX_DIR)/.modules_done
packages: $(TARGETS)
$(LINUX_DIR)/.linux-compile:
@rm -f $(BUILD_DIR)/linux
ln -sf $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) $(BUILD_DIR)/linux
@$(MAKE) modules
@$(MAKE) packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment