mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add rebuild target for the linux directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1149 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user