Add BCM2835 (Raspberry Pi) framebuffer and mailbox implementations
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user