From: John Hodge Date: Fri, 7 Oct 2011 08:43:32 +0000 (+0800) Subject: Config - Added ARMv7 GIC to build conf X-Git-Tag: rel0.11~16 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=a01827f4eeade250266325ce61f829175de2dba8;p=tpg%2Facess2.git Config - Added ARMv7 GIC to build conf --- diff --git a/Makefile.cfg b/Makefile.cfg index 21a813dd..4dc0385c 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -68,6 +68,7 @@ endif ifeq ($(ARCHDIR),armv7) MODULES += Input/PS2KbMouse +MODULES += armv7/GIC endif MODULES += IPStack # So the other modules are loaded before it