1
0

Add BCM2835 (Raspberry Pi) framebuffer and mailbox implementations

This commit is contained in:
2012-09-30 22:48:44 -04:00
parent 925192fca1
commit af22b6fe46
6 changed files with 237 additions and 6 deletions

View File

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