summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorAlexander Krutwig <alexander.krutwig@embedded-brains.de>2016-09-12 15:00:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-09-16 09:36:44 +0200
commita42be52bbf2b3a549d4b9635a5a93215dacd0657 (patch)
treedceb05cd4904c65302760edf853590d5282ca3e0 /testsuites/libtests/Makefile.am
parentbsp/atsam: Use normal memory for QSPI flash area (diff)
downloadrtems-a42be52bbf2b3a549d4b9635a5a93215dacd0657.tar.bz2
Add SPI bus framework
User API is compatible to Linux userspace API. New test libtests/spi01. Update #2776.
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index dbd96cb9c6..c00916a143 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -9,6 +9,7 @@ _SUBDIRS += pwdgrp01
_SUBDIRS += crypt01
_SUBDIRS += sha
_SUBDIRS += i2c01
+_SUBDIRS += spi01
_SUBDIRS += newlib01
_SUBDIRS += block17
_SUBDIRS += exit02