diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-02-05 19:39:57 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-02-05 19:39:57 +0000 |
commit | bfadfbe6a43895af80e3424df4c9b5c54fb851f7 (patch) | |
tree | 4b845bc06ba70ac1911576887b7e790a2f400fe6 /tools/Makefile | |
parent | 752737ff5b40f598f34be6330009c3a0f8e91354 (diff) | |
download | mtk-20170518-bfadfbe6a43895af80e3424df4c9b5c54fb851f7.zip mtk-20170518-bfadfbe6a43895af80e3424df4c9b5c54fb851f7.tar.gz mtk-20170518-bfadfbe6a43895af80e3424df4c9b5c54fb851f7.tar.bz2 |
Device Tree Compiler require more recent bison ...
SVN-Revision: 10398
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 022bbe1..a73a79f 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) 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 dtc # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |