1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-01 02:37:18 +03:00

libubb/Makefile: unleak mmcclk.o and mis-typed mmclk.h

This commit is contained in:
Werner Almesberger 2013-01-07 14:20:39 -03:00
parent 2004d8c90a
commit a593da0cd0

View File

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