From 1e5ae8f8e5c00dd00e16268f1668cfb9e7c447f9 Mon Sep 17 00:00:00 2001 From: Johannes Marbach <n0-0ne+gitlab@mailbox.org> Date: Thu, 26 Sep 2024 19:43:33 +0200 Subject: [PATCH] Remove obsolete lvgl paths --- find-lvgl-sources.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/find-lvgl-sources.sh b/find-lvgl-sources.sh index 91713c2..fba4892 100755 --- a/find-lvgl-sources.sh +++ b/find-lvgl-sources.sh @@ -6,17 +6,11 @@ find "$1/src" -name 'lv_init.c' | LC_ALL=C sort find "$1/src/core" -name '*.c' | LC_ALL=C sort -find "$1/src/dev" -name '*.c' | LC_ALL=C sort find "$1/src/display" -name '*.c' | LC_ALL=C sort find "$1/src/draw" -name '*.c' | LC_ALL=C sort find "$1/src/drivers" -name '*.c' | LC_ALL=C sort -find "$1/src/extra" -name '*.c' | LC_ALL=C sort -find "$1/src/extra/widgets/keyboard" -name '*.c' | LC_ALL=C sort -find "$1/src/extra/widgets/msgbox" -name '*.c' | LC_ALL=C sort -find "$1/src/extra/widgets/span" -name '*.c' | LC_ALL=C sort find "$1/src/indev" -name '*.c' | LC_ALL=C sort find "$1/src/font" -name '*.c' | LC_ALL=C sort -find "$1/src/hal" -name '*.c' | LC_ALL=C sort find "$1/src/layouts" -name '*.c' | LC_ALL=C sort find "$1/src/libs" -name '*.c' | LC_ALL=C sort find "$1/src/misc" -name '*.c' | LC_ALL=C sort -- GitLab