lm3s: fix build bug in empty and kernel presets (lm3s_ssiOpen)
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 30 Aug 2010 13:33:48 +0000 (13:33 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 30 Aug 2010 13:33:48 +0000 (13:33 +0000)
commitc4552a694f533c1ea4972898bbb153c3c84caf06
treed7787e709acce9ae5900611e577ea57db2db1180
parentffce2706246cde667f4a954dde4312d94b212792
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>
Tested-by: Luca Ottaviano <lottaviano@develer.com>
git-svn-id: https://src.develer.com/svnoss/bertos/branches/2.5@4199 38d2e660-2303-0410-9eaa-f027e97ec537
boards/ek-lm3s1968/templates/empty/empty_user.mk
boards/ek-lm3s1968/templates/kernel/kernel_user.mk