From 36b276dc48316938af1e9d177d828bafbe10b3b9 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Thu, 13 Oct 2022 18:21:26 -0500 Subject: Reduced spi speed for mtcdt3 --- libloragw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libloragw/Makefile') diff --git a/libloragw/Makefile b/libloragw/Makefile index 7e95eca..16ba23c 100644 --- a/libloragw/Makefile +++ b/libloragw/Makefile @@ -9,8 +9,9 @@ ARCH ?= CROSS_COMPILE ?= CC := $(CROSS_COMPILE)gcc AR := $(CROSS_COMPILE)ar +HOSTNAME=$(shell hostname) -CFLAGS := -O2 -Wall -Wextra -std=c99 -Iinc -I. -isystem =/usr/include/gps -DLIBLORAGW_VERSION=\"$(LIBLORAGW_VERSION)\" +CFLAGS := -O2 -Wall -Wextra -std=c99 -Iinc -I. -isystem =/usr/include/gps -HOSTNAME=\"$(HOSTNAME)\ -DLIBLORAGW_VERSION=\"$(LIBLORAGW_VERSION)\" OBJDIR = obj INCLUDES = $(wildcard inc/*.h) -- cgit v1.2.3