1
0

Add Raspberry PI's mini-UART

This commit is contained in:
2012-09-29 23:12:10 -04:00
parent e550deab5c
commit 9efb28980c
3 changed files with 134 additions and 1 deletions

View File

@ -5,7 +5,8 @@ include $(BASEDIR)/header.mk
OBJS_$(d) := $(d)/pl011.o \
$(d)/pl110.o \
$(d)/pl111.o
$(d)/pl111.o \
$(d)/pi_mini_uart.o
KOBJS += $(OBJS_$(d))