commit | 52052d1ea7ff5e998d2585d0a882ad95ed231e5c | [log] [tgz] |
---|---|---|
author | wenlong.zhang <wenlong.zhang@amlogic.com> | Fri Jan 13 15:42:57 2023 +0800 |
committer | Sky Zhou <sky.zhou@amlogic.com> | Tue Jan 17 22:11:19 2023 -0800 |
tree | d1037ae486ffc0be0dd924edbfe4e08de12084f6 | |
parent | 66bdb157791071f28aa42aac9e3aeb574049ae85 [diff] [blame] |
libdrm_amlogic: add drm_setcrtc tool [1/2] PD#SWPL-108381 Problem: drm_setcrtc switch to libdrm_amlogic Solution: drm_setcrtc switch to libdrm_amlogic Verify: s4 Change-Id: I716cb165c9230264c78469f9d61567196d910296 Signed-off-by: wenlong.zhang <wenlong.zhang@amlogic.com>
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5500e70 --- /dev/null +++ b/Makefile
@@ -0,0 +1,3 @@ +all: + make -C ./meson + make -C ./drm-setcrtc \ No newline at end of file