mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +03:00
swuart/: merge library part into libubb
This commit is contained in:
@@ -17,8 +17,8 @@ CC = $(TARGET)gcc
|
||||
CFLAGS = -g -Wall -Iinclude
|
||||
LIB = libubb.a
|
||||
|
||||
OBJS = ubb.o
|
||||
HDRS = ubb/ubb.h ubb/regbase.h ubb/regs4740.h
|
||||
OBJS = ubb.o swuart.o
|
||||
HDRS = ubb/ubb.h ubb/regbase.h ubb/regs4740.h ubb/swuart.h
|
||||
|
||||
.PHONY: all clean spotless
|
||||
|
||||
|
||||
Reference in New Issue
Block a user