1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 17:47:29 +02:00
openwrt/scripts/config
Jonas Gorski 0096a1cf00 scripts/config: fix *c_shipped build depency tracking
The Makefile was missing dependencies on *c_shipped, so changes never
triggered a rebuild. Add these as optional dependencies so their absence
isn't treated as an error.

In addition, fix a typo preventing the zconf.lex.o from being removed on
clean.

Fixes: 9d5510a500 ("build: add new menuconfig code based on linux 3.9")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Acked-by: Jo-Philipp Wich <jo@mein.io>
2019-06-20 17:11:07 +02:00
..
lxdialog
.gitignore scripts/config: add qconf files to .gitignore 2017-11-02 15:58:45 +01:00
conf.c config: Change conf.c remove compiler warnings 2018-07-30 10:43:36 +02:00
confdata.c
expr.c config: fix relational operators for bool and tristate symbols 2019-06-20 14:14:16 +02:00
expr.h
images.c scripts/config: import qconf 2017-11-02 15:58:45 +01:00
list.h
lkc_proto.h
lkc.h
Makefile scripts/config: fix *c_shipped build depency tracking 2019-06-20 17:11:07 +02:00
mconf.c merge: base: update base-files and basic config 2017-12-08 19:41:18 +01:00
menu.c
qconf.cc scripts/config: import qconf 2017-11-02 15:58:45 +01:00
qconf.h scripts/config: import qconf 2017-11-02 15:58:45 +01:00
README
symbol.c scripts/config: properly handle select on symbols with unmet direct dependencies 2016-08-03 20:03:36 +02:00
util.c
zconf.gperf
zconf.hash.c_shipped config: regenerate *_shipped sources 2019-06-20 14:14:16 +02:00
zconf.l
zconf.lex.c_shipped config: regenerate *_shipped sources 2019-06-20 14:14:16 +02:00
zconf.tab.c_shipped
zconf.y

These files were taken from the Linux 3.9 Kernel
Configuration System and modified for the OpenWrt Buildroot.