mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
Use the very cool 'VAR-$(CONFIG_FOO) += foo.o' feature instead of the more verbose current ifeq($(CONFIG_FOO),yes) wrapping.
Use the very cool 'VAR-$(CONFIG_FOO) += foo.o' feature instead of the more verbose current ifeq($(CONFIG_FOO),yes) wrapping.