From: lottaviano Date: Mon, 30 Aug 2010 13:33:48 +0000 (+0000) Subject: lm3s: fix build bug in empty and kernel presets (lm3s_ssiOpen) X-Git-Tag: 2.5.1~4 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c4552a694f533c1ea4972898bbb153c3c84caf06;hp=c4552a694f533c1ea4972898bbb153c3c84caf06;p=bertos.git lm3s: fix build bug in empty and kernel presets (lm3s_ssiOpen) From r3911 the LM3S SSI driver is not a distinct driver, and it is supposed to be explicitly included by the user, at least until the refactoring of the generic serial/spi/ssi module. This causes build bugs in empty and kernel presets, triggering the error: undefined reference to `lm3s_ssiOpen'. As a temporary workaround, explicitly include the LM3S SSI driver into the user's makefile for empty and kernel presets. Signed-off-by: Andrea Righi Tested-by: Luca Ottaviano git-svn-id: https://src.develer.com/svnoss/bertos/branches/2.5@4199 38d2e660-2303-0410-9eaa-f027e97ec537 ---