summaryrefslogtreecommitdiffstats
path: root/package/cryptodev/cryptodev.mk
blob: 11e6f48ad760b64d24921dab27b6db891ff668aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# cryptodev
#
################################################################################

CRYPTODEV_SOURCE =
CRYPTODEV_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_CRYPTODEV))

ifeq ($(CRYPTODEV_DEPENDENCIES),)
define CRYPTODEV_CONFIGURE_CMDS
	echo "No CRYPTODEV implementation defined. Configuration error"
	exit 1
endef
endif

$(eval $(generic-package))
OpenPOWER on IntegriCloud