Update symlink to dtplug protocol def and Makefile
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 9 Feb 2023 01:45:14 +0000 (02:45 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 9 Feb 2023 01:45:14 +0000 (02:45 +0100)
host/lighthouse/Makefile
host/lighthouse/dtplug_protocol_defs.h

index e67cea7..fdafb8f 100644 (file)
@@ -1,7 +1,7 @@
 #CROSS_COMPILE ?= arm-linux-gnueabihf-
 CC = $(CROSS_COMPILE)gcc
 
-CFLAGS = -Wall -O2 -Wextra
+CFLAGS = -Wall -O2 -Wextra -DHOST_HAS_STDINT
 
 EXEC = protocol_bridge
 
index 1c863aa..62c8622 120000 (symlink)
@@ -1 +1 @@
-../../include/lib/protocols/dtplug/defs.h
\ No newline at end of file
+../../../../include/lib/protocols/dtplug/defs.h
\ No newline at end of file