From 5b1f8c39104b9e3a49929c224c2ba634698f64d1 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Thu, 25 Oct 2018 16:33:49 +0200
Subject: [PATCH] Correct include path dependency

---
 pcio/avr/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pcio/avr/Makefile b/pcio/avr/Makefile
index 4ead37a..d807074 100644
--- a/pcio/avr/Makefile
+++ b/pcio/avr/Makefile
@@ -6,7 +6,7 @@ pcio.CHIP=atmega8
 pcio.FUSE_L=0x1f
 pcio.FUSE_H=0xd9
 pcio.C=pcio
-pcio.H=../lib/serialio
+pcio.H=../../lib/avr/serialio
 
 pcio_w_usb.ARCH=avr
 pcio_w_usb.CHIP=atmega16
@@ -14,6 +14,6 @@ pcio_w_usb.CHIP=atmega16
 pcio_w_usb.FUSE_L=0x1f
 pcio_w_usb.FUSE_H=0xd9
 pcio_w_usb.C=pcio_w_usb
-pcio_w_usb.H=../lib/serialio
+pcio_w_usb.H=../../lib/avr/serialio
 
 include ../../lib/avr/Makefile.common
-- 
GitLab