diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2022-02-23 22:51:09 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-01 00:08:08 +0100 |
commit | 4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4 (patch) | |
tree | 3d1a02cc90e7e84a366f1b87c1fbecdf1b2926bd /tools/Makefile | |
parent | 40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6 (diff) | |
download | upstream-4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4.tar.gz upstream-4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4.tar.bz2 upstream-4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4.zip |
tools/mkimage: update to 2022.01
- enable dot config
- enable openwrt verbose
- add bison as dependency to avoid failure
```
bison -oscripts/kconfig/zconf.tab.c -t -l scripts/kconfig/zconf.y
bison: /builder/shared-workdir/build/staging_dir/host/share/bison/m4sugar/m4sugar.m4: cannot open: No such file or directory
```
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
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 f3f9a3bf73..ec382b4122 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -62,7 +62,7 @@ $(curdir)/llvm-bpf/compile := $(curdir)/cmake/compile $(curdir)/make-ext4fs/compile := $(curdir)/zlib/compile $(curdir)/meson/compile := $(curdir)/ninja/compile $(curdir)/missing-macros/compile := $(curdir)/autoconf/compile -$(curdir)/mkimage/compile += $(curdir)/libressl/compile +$(curdir)/mkimage/compile += $(curdir)/bison/compile $(curdir)/libressl/compile $(curdir)/mklibs/compile := $(curdir)/libtool/compile $(curdir)/mpc/compile := $(curdir)/mpfr/compile $(curdir)/gmp/compile $(curdir)/mpfr/compile := $(curdir)/gmp/compile |