Change programm name
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 31 Oct 2024 12:53:01 +0000 (13:53 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 31 Oct 2024 12:53:01 +0000 (13:53 +0100)
host/scialys_uart_comm_decode/.gitignore
host/scialys_uart_comm_decode/Makefile

index 6570fae..943abd2 100644 (file)
@@ -1,2 +1,2 @@
-scialys_info_armhf
-scialys_info
+scialys_uart_comm_info_armhf
+scialys_uart_comm_info
index 2f8f03b..7d923ab 100644 (file)
@@ -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)