summaryrefslogtreecommitdiff
path: root/packages/security
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-26 00:03:35 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-02-26 20:36:31 +0100
commit0e631db8d44d5fc2cad761062817d1aee2c12762 (patch)
treea4b11c1bcf95846b9536330451497ea36f912f0c /packages/security
parent2f054cc38026fe145f69a2a8b3c8d2a80aa03d9a (diff)
downloadembtoolkit-0e631db8d44d5fc2cad761062817d1aee2c12762.tar.gz
embtoolkit-0e631db8d44d5fc2cad761062817d1aee2c12762.tar.bz2
embtoolkit-0e631db8d44d5fc2cad761062817d1aee2c12762.tar.xz
Packages: openssl: fix build error
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/security')
-rw-r--r--packages/security/security.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/security/security.mk b/packages/security/security.mk
index 0f44c5d..fe6b429 100644
--- a/packages/security/security.mk
+++ b/packages/security/security.mk
@@ -23,9 +23,9 @@
################################################################################
#OpenSSL
-ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_OPENSSL) += openssl_install
+include $(EMBTK_ROOT)/packages/security/openssl/openssl.mk
ROOTFS_COMPONENTS_CLEAN += openssl_clean
ifeq ($(CONFIG_EMBTK_HAVE_OPENSSL),y)
-include $(EMBTK_ROOT)/packages/security/openssl/openssl.mk
+ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_OPENSSL) += openssl_install
endif