summaryrefslogtreecommitdiffstats
path: root/target/linux/image/au1000/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 23:29:05 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 23:29:05 +0000
commit06265758beb1721526360aa01176dd70d8a9e1d4 (patch)
tree8e70523a0c222f26aa84bf3382deceee6b406752 /target/linux/image/au1000/Makefile
parente1a217de91f77957f96c867717404f63f5fa44d5 (diff)
cleanup; replace .PHONY with FORCE; disable gdb by default
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/au1000/Makefile')
-rw-r--r--target/linux/image/au1000/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/image/au1000/Makefile b/target/linux/image/au1000/Makefile
index c7158ca76..2c9b1c05d 100644
--- a/target/linux/image/au1000/Makefile
+++ b/target/linux/image/au1000/Makefile
@@ -12,10 +12,10 @@ LOADER_MAKEOPTS= \
KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
-lzma-loader-clean:
+lzma-loader-clean: FORCE
$(MAKE) -C ../generic/lzma-loader $(LOADER_MAKEOPTS) clean
-lzma-loader-prepare:
+lzma-loader-prepare: FORCE
$(MAKE) -C ../generic/lzma-loader $(LOADER_MAKEOPTS) prepare
lzma-loader-compile: $(KDIR)/vmlinux.lzma lzma-loader-prepare