1From 329d0dda4655f233c647e2028f503aacf7e19f08 Mon Sep 17 00:00:00 2001
2From: Kent McLeod <Kent.Mcleod@data61.csiro.au>
3Date: Mon, 24 Jul 2017 15:18:05 +1000
4Subject: [PATCH] Enable msis
5
6---
7 buildrump.sh | 3 ++-
8 1 file changed, 2 insertions(+), 1 deletion(-)
9
10diff --git a/buildrump.sh b/buildrump.sh
11index e4096b6..10a4793 100755
12--- a/buildrump.sh
13+++ b/buildrump.sh
14@@ -705,7 +705,8 @@ EOF
15 	# Need to:
16 	#   a) migrate more defines there
17 	#   b) set no MSI only when necessary
18-	printf '#define NO_PCI_MSI_MSIX\n' > ${BRIMACROS}.building
19+	# printf '#define NO_PCI_MSI_MSIX\n' > ${BRIMACROS}.building
20+	printf '\n' > ${BRIMACROS}.building
21 
22 	# tool build done.  flip mk.conf name so that it gets picked up
23 	omkconf="${MKCONF}"
24-- 
252.11.0
26
27