1
0

Add devices directory, and PL011 and PL110 basic (very!) device drivers

This commit is contained in:
2012-09-07 23:51:04 -04:00
parent 4be5ceeec6
commit 84dd295956
6 changed files with 82 additions and 0 deletions

4
devices/Makefile.inc Normal file
View File

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