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

POWERVR_SOURCE =
POWERVR_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_POWERVR))

ifeq ($(POWERVR_DEPENDENCIES),)
define POWERVR_CONFIGURE_CMDS
	echo "No PowerVR implementation selected. Configuration error."
	exit 1
endef
endif

$(eval $(generic-package))