Re: [ptxdist] [PATCH] fbv: Fix missing section entry

2018-11-21 Thread Michael Olbrich
On Wed, Nov 21, 2018 at 03:35:42PM +0100, Gavin Schenk wrote: > Missing section leads to undefined symbol errors: > e.g.: "refers to undefined symbol 'FBV'" Ups, I just checked that my test builds didn't fail when I applied the last patch... :-) Still not failing and fbv is actually built now.

[ptxdist] [PATCH] fbv: Fix missing section entry

2018-11-21 Thread Gavin Schenk
Missing section leads to undefined symbol errors: e.g.: "refers to undefined symbol 'FBV'" Fixes: 841aa7b282b49 Signed-off-by: Gavin Schenk --- rules/fbv.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/fbv.in b/rules/fbv.in index d66e11d70..2faae51f8 100644 ---