aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-30 18:38:14 +0000
committerSteven Barth <steven@midlink.org>2008-05-30 18:38:14 +0000
commit6393d316cd61e2089b2d7a03884e831151468d5e (patch)
tree6da3edc7d8772646e48dfcfb5387706ebf7adf98 /tools/Makefile
parenta4c21e98d14d657e9caf447634845e8779b191c9 (diff)
downloadmaster-187ad058-6393d316cd61e2089b2d7a03884e831151468d5e.tar.gz
master-187ad058-6393d316cd61e2089b2d7a03884e831151468d5e.tar.bz2
master-187ad058-6393d316cd61e2089b2d7a03884e831151468d5e.zip
Added lua (lua host bytecode-compiler) to tools/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0511a48042..7216d5b158 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
curdir:=tools
# subdirectories to descend into
-$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_powerpc),dtc)
+$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_powerpc),dtc) lua
# builddir dependencies
$(curdir)/squashfs/compile := $(curdir)/lzma/install