this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.
7 lines
138 B
Makefile
7 lines
138 B
Makefile
ifeq ($(strip $(BR2_READLINE)),y)
|
|
TARGETS+=readline
|
|
endif
|
|
ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
|
|
TARGETS+=readline_target
|
|
endif
|