diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2012-11-07 22:47:48 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2012-11-07 22:47:48 +0000 |
commit | e6981d532734ce6775191dcd6275201b3ab03882 (patch) | |
tree | 41240b090fcfb6d73b5788d9c8055e4f090b2722 /Makefile.config | |
parent | 0b49604ef2db90deb6f028bdf2e9149600aa1193 (diff) | |
download | kernel-e6981d532734ce6775191dcd6275201b3ab03882.tar.gz kernel-e6981d532734ce6775191dcd6275201b3ab03882.tar.xz kernel-e6981d532734ce6775191dcd6275201b3ab03882.zip |
Update ARM unified config
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index ded3bc623..21143ebda 100644 --- a/Makefile.config +++ b/Makefile.config @@ -20,7 +20,7 @@ CONFIGFILES = \ $(CFG)-sparc64.config \ $(CFG)-ppc64.config $(CFG)-ppc64p7.config $(CFG)-ppc64-debug.config -PLATFORMS = x86 x86_64 powerpc powerpc32 powerpc64 s390x sparc64 armv7 +PLATFORMS = x86 x86_64 powerpc powerpc32 powerpc64 s390x sparc64 arm TEMPFILES = $(addprefix temp-, $(addsuffix -generic, $(PLATFORMS))) configs: $(CONFIGFILES) |