summaryrefslogtreecommitdiffstats
path: root/package/readline/Makefile.in
blob: 63b907da0c1588cc424ddceb767f2b19ec1e8595 (plain)
1
2
3
4
5
6
ifeq ($(strip $(BR2_READLINE)),y)
TARGETS+=readline
endif
ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
TARGETS+=readline_target
endif