openwrt/scripts/config
Eneas U de Queiroz 8636a17214 build: simplify building *config targets
Instead of passing pkg-config location through a variable when building
qconf (make xconfig), prepend its parent directory to the PATH, as it is
being done for other conf targets.

Use a Makefile pattern rule to group all 'scripts/config/%onf'
(currently conf, mconf, qconf) targets in a single rule.  Add -O2 to
CFLAGS when building them as well.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-04-09 12:51:10 +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
list.h
lkc_proto.h
lkc.h
Makefile build: simplify building *config targets 2020-04-09 12:51:10 +02:00
mconf.c merge: base: update base-files and basic config 2017-12-08 19:41:18 +01:00
menu.c
qconf.cc
qconf.h
README
symbol.c
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.