summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYiwei Zhang <zzyiwei@chromium.org>2021-10-08 18:59:28 +0000
committerCommit Bot <commit-bot@chromium.org>2021-10-12 02:45:09 +0000
commitdc74898d1c2cf9bcf10d8ceedb302943150ecc38 (patch)
tree1c0273fc942fca51f525d99b5df71fb45b2d9019 /Makefile
parentc06cc9cccb3cf3c7f9d2aec706c27c34cd6162a0 (diff)
downloadminigbm-dc74898d1c2cf9bcf10d8ceedb302943150ecc38.tar.gz
minigbm: cleanup exynos backend leftovers
BUG=b:199524294 TEST=CQ Change-Id: I9a82304247bd506b24e08219fc359874f39fd221 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/3214692 Reviewed-by: Chia-I Wu <olv@google.com> Commit-Queue: Yiwei Zhang <zzyiwei@chromium.org> Tested-by: Yiwei Zhang <zzyiwei@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 45d8ba0..987708f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,6 @@ ifdef DRV_AMDGPU
CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_amdgpu)
LDLIBS += -ldrm_amdgpu -ldl
endif
-ifdef DRV_EXYNOS
- CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_exynos)
-endif
ifdef DRV_I915
CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_intel)
endif