diff options
Diffstat (limited to 'examples/usartecho/Makefile')
-rw-r--r-- | examples/usartecho/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/usartecho/Makefile b/examples/usartecho/Makefile index 93a2783..c910843 100644 --- a/examples/usartecho/Makefile +++ b/examples/usartecho/Makefile @@ -1,4 +1,5 @@ EXAMPLE_NAME = usartecho SRC = echo.c +IOEROOT=../../ include ../examples.mk |