1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

libubb/mmcclk.c: helper functions for selecting and configuring the MMC bus clock

Experimental.
This commit is contained in:
Werner Almesberger
2013-01-07 15:19:19 -03:00
parent a593da0cd0
commit 1eb8e64811
3 changed files with 105 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ LIB = libubb.a
SHLIB = libubb.so
LIBVERSION = 0.0.0
OBJS = ubb.o swuart.o
HDRS = ubb/ubb.h ubb/regbase.h ubb/regs4740.h ubb/swuart.h
OBJS = ubb.o swuart.o mmcclk.o
HDRS = ubb/ubb.h ubb/regbase.h ubb/regs4740.h ubb/swuart.h ubb/mmcclk.h
.PHONY: all clean spotless