From: Nathael Pajani Date: Thu, 31 Oct 2024 12:53:01 +0000 (+0100) Subject: Change programm name X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=f665c8764c11679751243ca48568132da0fd6637;p=soft%2Flpc122x%2Fscialys Change programm name --- 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)