diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2017-08-16 13:21:27 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2017-08-16 13:21:27 -0700 |
commit | ee7eaf6837e5aa4cbf09b6a71bad86f7ae6f2965 (patch) | |
tree | 7665d83c4131ca3a92baf93fbe59e37b0c963cba /config_generation | |
parent | 99e1f9f56633c45b747d0d60642ec576f2e62de7 (diff) | |
download | kernel-ee7eaf6837e5aa4cbf09b6a71bad86f7ae6f2965.tar.gz kernel-ee7eaf6837e5aa4cbf09b6a71bad86f7ae6f2965.tar.xz kernel-ee7eaf6837e5aa4cbf09b6a71bad86f7ae6f2965.zip |
Drop armv7 debug directory
Thanks to some recent config changing, debugconfig/arm/armv7 was
removed. Remove this file from config generation as well. It should be
added back later if necessary.
Diffstat (limited to 'config_generation')
-rw-r--r-- | config_generation | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config_generation b/config_generation index e5dde85cf..0a234f27e 100644 --- a/config_generation +++ b/config_generation @@ -32,6 +32,6 @@ aarch64-debug=baseconfig:baseconfig-arm:baseconfig-arm-arm64:debugconfig:debugco # arm armv7hl=baseconfig:baseconfig-arm:baseconfig-arm-armv7:baseconfig-arm-armv7-armv7 -armv7hl-debug=baseconfig:baseconfig-arm:baseconfig-arm-armv7:baseconfig-arm-armv7-armv7:debugconfig:debugconfig-arm:debugconfig-arm-armv7 +armv7hl-debug=baseconfig:baseconfig-arm:baseconfig-arm-armv7:baseconfig-arm-armv7-armv7:debugconfig:debugconfig-arm armv7hl-lpae=baseconfig:baseconfig-arm:baseconfig-arm-armv7:baseconfig-arm-armv7-lpae -armv7hl-lpae-debug=baseconfig:baseconfig-arm:baseconfig-arm-armv7:baseconfig-arm-armv7-lpae:debugconfig:debugconfig-arm:debugconfig-arm-armv7 +armv7hl-lpae-debug=baseconfig:baseconfig-arm:baseconfig-arm-armv7:baseconfig-arm-armv7-lpae:debugconfig:debugconfig-arm |