1
0

Add pl111 support

This commit is contained in:
2012-09-10 22:44:54 -04:00
parent aaa714d89a
commit 955d15803f
4 changed files with 61 additions and 3 deletions

View File

@ -1,4 +1,5 @@
DEVICES_PREFIX = devices
KOBJS += $(DEVICES_PREFIX)/pl110.o
KOBJS += $(DEVICES_PREFIX)/pl011.o
KOBJS += $(DEVICES_PREFIX)/pl110.o
KOBJS += $(DEVICES_PREFIX)/pl111.o