aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-10-22 16:40:22 +0200
committervetch <vetch97@gmail.com>2019-10-22 16:40:22 +0200
commit10a4f2122ef1e031d3e7e79a4385919125eb9670 (patch)
tree4431134061deaf7c2a736ed271a731fbcac7cca8 /Makefile
parentf931740069a9715eff5131afa5e3657785431583 (diff)
downloadrpi-MMU-example-10a4f2122ef1e031d3e7e79a4385919125eb9670.tar.gz
rpi-MMU-example-10a4f2122ef1e031d3e7e79a4385919125eb9670.zip
Correct rs232
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96a809a..ec5a0e2 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ run-on-rpi : kernel7.img pipe_image
sleep 1
screen /dev/ttyUSB0 115200,cs8,-parenb,-cstopb,-hupcl
-pipe_image : pipe_image.c RS-232/rs232.c
+pipe_image : pipe_image.c lib/rs232/rs232.c
gcc -Wall -std=gnu99 -O3 $^ -o $@
clean :