From: John Hodge Date: Sun, 16 Oct 2011 14:30:42 +0000 (+0800) Subject: Added PL110 to ARMv7 build X-Git-Tag: rel0.13~58 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=3528e075ea2b0c0ca729e5a5c2e8a668b41e8738;p=tpg%2Facess2.git Added PL110 to ARMv7 build --- diff --git a/Makefile.cfg b/Makefile.cfg index b919d869..83c593be 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -73,6 +73,7 @@ ifeq ($(ARCHDIR),armv7) MODULES += Input/PS2KbMouse MODULES += armv7/GIC MODULES += Filesystems/InitRD +MODULES += Display/PL110 endif MODULES += IPStack # So the other modules are loaded before it