monkey: fix building with debugging symbols

Fix a typo in the monkey package - should be MONKEY_CONF_OPTS
instead of MONKEY_CONF_OPT.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bartosz Golaszewski 2015-06-30 12:55:20 +02:00 committed by Thomas Petazzoni
parent 78214851f3
commit 75689d2ab2

View File

@ -47,7 +47,7 @@ MONKEY_POST_INSTALL_TARGET_HOOKS += MONKEY_REMOVE_DANGLING_SYMLINK
endif endif
ifeq ($(BR2_ENABLE_DEBUG),y) ifeq ($(BR2_ENABLE_DEBUG),y)
MONKEY_CONF_OPT += --debug MONKEY_CONF_OPTS += --debug
endif endif
define MONKEY_CONFIGURE_CMDS define MONKEY_CONFIGURE_CMDS