summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/nouveau/drm/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2021-06-07 11:40:11 -0500
committerJason Ekstrand <jason@jlekstrand.net>2021-07-08 14:44:02 -0500
commitd4b482d378e34b3f17005bc6244f24bdd73e94a0 (patch)
tree293b34c7ae57e27fc82fb34cda2658152a96fed0 /src/gallium/winsys/nouveau/drm/Makefile.sources
parentc5478f9067f2751981ad02cdc9d6af90fdfb4462 (diff)
android: Drop the Android.mk build system
Android.mk files haven't really been supported by Mesa devs for a long time. Most of us have been willing to update Makefile.sources if we remember and sometimes we try to blind code some Android.mk for a new generator. However, the reality is that it breaks regularly and ends up being maintained by the Android community. To address this problem another approach was implemented in !10183 utilizing the maintained meson build system. The old Android.mk files are no longer required. This commit was created with the following commands: git rm **/Android.mk git rm **/Android.*.mk git rm **/Makefile.sources git rm CleanSpec.mk Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4487 Acked-by: Roman Stratiienko <r.stratiienko@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9728>
Diffstat (limited to 'src/gallium/winsys/nouveau/drm/Makefile.sources')
-rw-r--r--src/gallium/winsys/nouveau/drm/Makefile.sources3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/winsys/nouveau/drm/Makefile.sources b/src/gallium/winsys/nouveau/drm/Makefile.sources
deleted file mode 100644
index 9f70e9f49da..00000000000
--- a/src/gallium/winsys/nouveau/drm/Makefile.sources
+++ /dev/null
@@ -1,3 +0,0 @@
-C_SOURCES := \
- nouveau_drm_public.h \
- nouveau_drm_winsys.c