X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2FMakefile;h=d1b4d545a8348e78fe7d6b9abd137d9bbfbb524b;hb=9f0f9cb05ffb57d44cbcd27489ad2cc51c212a70;hp=ced6dca00528d6f3771bd9b43bdfaac8f239da54;hpb=76ed58d705e7f3892a1259abcd92882a527e7b53;p=openwrt-10.03%2F.git diff --git a/target/linux/Makefile b/target/linux/Makefile index ced6dca00..d1b4d545a 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -11,6 +11,9 @@ $(1)/$(2)-prepare: $(1)/$(2)-compile: $(MAKE) -C $(1) BOARD="$(2)" compile +$(1)/$(2)-rebuild: + $(MAKE) -C $(1) BOARD="$(2)" rebuild + $(1)/$(2)-install: $(MAKE) -C $(1) BOARD="$(2)" install @@ -18,15 +21,17 @@ ifeq ($(BR2_LINUX_$(3)),y) clean: $(1)/$(2)-clean prepare: $(1)/$(2)-prepare compile: $(1)/$(2)-compile +rebuild: $(1)/$(2)-rebuild install: $(1)/$(2)-install endif -.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-install +.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-rebuild $(1)/$(2)-install endef prepare: compile: install: +rebuild: clean: rm -rf $(BUILD_DIR)/kernel