lm3s: fix build bug in empty and kernel presets (lm3s_ssiOpen)
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 27 Aug 2010 15:27:36 +0000 (15:27 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 27 Aug 2010 15:27:36 +0000 (15:27 +0000)
commit4cce3daeccf5c5af609ca02e6dfb3587ad9e63ab
treee2e5ef025d3a34b18a6a8635887f7e02daa3fb18
parent584f60adc779ce8fc9a261f075438bfa9e03f3b2
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 <arighi@develer.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4194 38d2e660-2303-0410-9eaa-f027e97ec537
boards/ek-lm3s1968/templates/empty/empty_user.mk
boards/ek-lm3s1968/templates/kernel/kernel_user.mk