From 8d374508953f237b51e70e5047d5457559740ab9 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 10 Oct 2012 05:33:03 +0200 Subject: [PATCH] add missing dep on tools/diagnose_ex.h Change-Id: Ie3a1e9043470f22d04d841f994cd0ff1d05868cb --- ucb/Library_ucpext.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ucb/Library_ucpext.mk b/ucb/Library_ucpext.mk index 3e6c5f599a56..889c7351c099 100644 --- a/ucb/Library_ucpext.mk +++ b/ucb/Library_ucpext.mk @@ -27,6 +27,10 @@ $(eval $(call gb_Library_Library,ucpext)) +$(eval $(call gb_Library_use_packages,ucpext,\ + tools_inc \ +)) + $(eval $(call gb_Library_set_componentfile,ucpext,ucb/source/ucp/ext/ucpext)) $(eval $(call gb_Library_use_sdk_api,ucpext))