Skip to content
Snippets Groups Projects
Commit 4a1b8067 authored by Julian Dieskau's avatar Julian Dieskau
Browse files

Added compatibility to use the sysroot from SDK enviroment setup

parent 660a726d
No related branches found
No related tags found
1 merge request!21Added compatibility to use the sysroot from SDK enviroment setup
TARGET=rs485echo
SYSROOT ?= SDKTARGETSYSROOT
top_srcdir ?= $(SYSROOT)/usr
CFLAGS+= -I$(top_srcdir)/include -Wall -Werror
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment