From 96b118592bfb5f6bd2e4d75bab6d34ba17f565b4 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 13 Jul 2018 11:39:35 +0000 Subject: [PATCH] Makefile: add some instructions about how to get he include files --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa051fa..b4b9cb8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ PART_NUMBER = bbb-gpio-keypad VERSION = 00A0 -INCLUDE_PATH = /home/debian/bb.org-overlays/include +# To get the include files, clone the repository from +# https://github.com/beagleboard/bb.org-overlays.git +# parallel to this directory. + +INCLUDE_PATH = ../bb.org-overlays/include compile: $(PART_NUMBER)-$(VERSION).dtbo -- 2.1.4