summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-11-25 12:21:34 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2014-11-25 12:25:22 +0100
commitdaa4d6b20ed4df40ad2e4f2cff198b9e81b3ed95 (patch)
tree300a5f2fcbc4670bf59e1eec9eff607ca692df9c /Makefile
parentb32490774af4bfaeac7a3ff851afeddcc041b8fc (diff)
move files to boards/ subdir
ubuntu/<board> is a convience symlink, ubuntu/boards/<board> is the correct location for all the files Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1a7f64..5be9d9a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-include ubuntu/snapdragon/Makefile
+include ubuntu/boards/snapdragon/Makefile
include vars.mk
HTML=$(subst .textile,.html,$(TEXTILE))