Add devices directory, and PL011 and PL110 basic (very!) device drivers
This commit is contained in:
4
devices/Makefile.inc
Normal file
4
devices/Makefile.inc
Normal file
@ -0,0 +1,4 @@
|
||||
DEVICES_PREFIX = devices
|
||||
|
||||
KOBJS += $(DEVICES_PREFIX)/pl110.o
|
||||
KOBJS += $(DEVICES_PREFIX)/pl011.o
|
Reference in New Issue
Block a user