From fb7e4fb69d884f94a5d55dfb22d840a5155f689f Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 19 May 2016 20:39:08 +0000 Subject: machine: add opencl feature to corresponding platforms Signed-off-by: Denys Dmytriyenko --- conf/machine/include/dra7xx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc index 857e1b35..42941fd7 100644 --- a/conf/machine/include/dra7xx.inc +++ b/conf/machine/include/dra7xx.inc @@ -1,4 +1,4 @@ require conf/machine/include/omap-a15.inc SOC_FAMILY_append = ":dra7xx" -MACHINE_FEATURES += "pci" +MACHINE_FEATURES += "pci opencl" -- cgit v1.2.3-54-g00ecf