diff options
| author | Adrian Alexei <aalexei@codeaurora.org> | 2013-02-28 11:01:49 -0800 |
|---|---|---|
| committer | Stephen Boyd <sboyd@codeaurora.org> | 2013-09-04 14:18:10 -0700 |
| commit | 085fe3139247cb7e08963cde09e806c880792207 (patch) | |
| tree | 2ba48d4f566d2721d9812b370b48810ec94df227 /scripts/build-all.py | |
| parent | c45d1505361576306a47be7350c263d8ddc0ffaf (diff) | |
Remove the build of omap2plus from build-all.py
This tree doesn't maintain support for omap2plus, thus it makes
sense to remove omap2plus build from build-all script.
Change-Id: I54de554a0bc12f5fc26af589dc58c1beb532994f
Signed-off-by: Adrian Alexei <aalexei@codeaurora.org>
Diffstat (limited to 'scripts/build-all.py')
| -rwxr-xr-x | scripts/build-all.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build-all.py b/scripts/build-all.py index f5048e02252..4789af7a3f9 100755 --- a/scripts/build-all.py +++ b/scripts/build-all.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (c) 2009-2011, The Linux Foundation. All rights reserved. +# Copyright (c) 2009-2013, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -88,7 +88,6 @@ def scan_configs(): r'[fm]sm[0-9]*_defconfig', r'apq*_defconfig', r'qsd*_defconfig', - r'omap2*_defconfig', ) for p in arch_pats: for n in glob.glob('arch/arm/configs/' + p): |
