From: John Hodge Date: Tue, 4 Oct 2011 04:06:01 +0000 (+0800) Subject: Modules/armv7 - Adding a stub GIC driver X-Git-Tag: rel0.11~29 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=24a67e79c846f38d5b2a906a6b643fac4f3da6d7;hp=6a89c2b28e62cc0979e5e7b31ed30295164773f5;p=tpg%2Facess2.git Modules/armv7 - Adding a stub GIC driver --- diff --git a/Modules/armv7/GIC/Makefile b/Modules/armv7/GIC/Makefile new file mode 100644 index 00000000..c5d563fc --- /dev/null +++ b/Modules/armv7/GIC/Makefile @@ -0,0 +1,7 @@ +# +# + +OBJ := gic.o +NAME := armv7_GIC + +-include ../Makefile.tpl diff --git a/Modules/armv7/GIC/gic.c b/Modules/armv7/GIC/gic.c new file mode 100644 index 00000000..e69de29b diff --git a/Modules/armv7/Makefile.tpl b/Modules/armv7/Makefile.tpl new file mode 100644 index 00000000..58eb3c99 --- /dev/null +++ b/Modules/armv7/Makefile.tpl @@ -0,0 +1,3 @@ +CATEGORY = armv7 + +-include ../../Makefile.tpl