From f665c8764c11679751243ca48568132da0fd6637 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 31 Oct 2024 13:53:01 +0100 Subject: [PATCH] Change programm name --- host/scialys_uart_comm_decode/.gitignore | 4 ++-- host/scialys_uart_comm_decode/Makefile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/host/scialys_uart_comm_decode/.gitignore b/host/scialys_uart_comm_decode/.gitignore index 6570fae..943abd2 100644 --- a/host/scialys_uart_comm_decode/.gitignore +++ b/host/scialys_uart_comm_decode/.gitignore @@ -1,2 +1,2 @@ -scialys_info_armhf -scialys_info +scialys_uart_comm_info_armhf +scialys_uart_comm_info diff --git a/host/scialys_uart_comm_decode/Makefile b/host/scialys_uart_comm_decode/Makefile index 2f8f03b..7d923ab 100644 --- a/host/scialys_uart_comm_decode/Makefile +++ b/host/scialys_uart_comm_decode/Makefile @@ -1,9 +1,10 @@ #CROSS_COMPILE ?= arm-linux-gnueabihf- +CROSS_COMPILE ?= aarch64-linux-gnu- CC = $(CROSS_COMPILE)gcc CFLAGS = -Wall -O2 -Wextra -EXEC = scialys_info +EXEC = scialys_uart_comm_info all: $(EXEC) -- 2.43.0