bsp/lm3s69xx: Move ssi.c to bsps

This patch is a part of the BSP source reorganization.

Update #3285.
This commit is contained in:
Sebastian Huber
2018-04-25 14:31:33 +02:00
parent e945b049dc
commit 82bfda9258
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/btimer/btimer-stub.c
librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/cache/nocache.c
# SSI
librtemsbsp_a_SOURCES += ssi/ssi.c
librtemsbsp_a_SOURCES += ../../../../../../bsps/arm/lm3s69xx/i2c/ssi.c
###############################################################################
# Special Rules #