From 1e563e2b731d928942f43e1341c8c50b0faf1c01 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 31 May 2024 11:39:31 +0800 Subject: [PATCH] APPS:IGKBoard-IMX6ULL: Add test-apps source code: --- drivers/test-apps/libgpiod/makefile | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/test-apps/libgpiod/makefile b/drivers/test-apps/libgpiod/makefile new file mode 100644 index 0000000..4cc8cac --- /dev/null +++ b/drivers/test-apps/libgpiod/makefile @@ -0,0 +1,11 @@ + +all: update_cross + @./build.sh + +clean: + @./build.sh -c + +update_cross: +ifdef CROSS_COMPILE + sed -i 's|^CROSS_COMPILE=.*|CROSS_COMPILE=${CROSS_COMPILE}|g' build.sh +endif -- Gitblit v1.9.1