From de1b34b592d5fe0ad029c89cf7965b47a71beaee Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 28 Sep 2015 16:12:52 +0000 Subject: Add armv8 landing config --- firehose_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firehose_config.py b/firehose_config.py index 625c3bd..c621fcb 100644 --- a/firehose_config.py +++ b/firehose_config.py @@ -3,7 +3,7 @@ from os import listdir from os.path import join -LANDING_DIRS = ("examples", "genivi") +LANDING_DIRS = ("examples", "genivi", "armv8") def get_landings(firehose_dir): -- cgit v1.2.1