Skip to content
Snippets Groups Projects
Commit 5b1f8c39 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Correct include path dependency

parent e1d391d2
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment