summaryrefslogtreecommitdiff
path: root/ucoo/intf/Module
diff options
context:
space:
mode:
authorNicolas Schodet2015-10-09 11:39:53 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commit381c4d1886ec72364e0e62ad0f08a2511a0c8304 (patch)
treee5fd1155c800d92477f090ce7dabf175ebe4bfbf /ucoo/intf/Module
parent0f38f554b462a516d66649f919faa7336a9601d2 (diff)
ucoo/{intf,arch}: add file system interface
Diffstat (limited to 'ucoo/intf/Module')
-rw-r--r--ucoo/intf/Module2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/intf/Module b/ucoo/intf/Module
index db0f820..9d0f337 100644
--- a/ucoo/intf/Module
+++ b/ucoo/intf/Module
@@ -1 +1 @@
-ucoo_intf_SOURCES = stream.cc spi_master.cc lcd.cc
+ucoo_intf_SOURCES = stream.cc spi_master.cc lcd.cc file_system.cc