From 4be26cbac7c0b76d6d77783cfb114206b1a7716b Mon Sep 17 00:00:00 2001 From: Don Zickus Date: Mon, 6 Nov 2017 16:55:26 -0500 Subject: configs: Create symlinks to used scripts As part of the config re-organization, put the scripts needed to create the config files in the configs/ directory. At the top level create symlinks for those scripts. This allows the kernel.spec file to find the scripts it needs and work correctly. No code changes. --- config_generation | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) mode change 100644 => 120000 config_generation (limited to 'config_generation') diff --git a/config_generation b/config_generation deleted file mode 100644 index 64ae444f4..000000000 --- a/config_generation +++ /dev/null @@ -1,36 +0,0 @@ -# config-variant=config:config:config -# kernel.config files are build on the fly based on this config, -# the first arg is arch and variant, the second is a hierarchy of -# config options, lowest priority to highest - -# x86_64 -x86_64=baseconfig:baseconfig-x86:baseconfig-x86-x86_64 -x86_64-debug=baseconfig:baseconfig-x86:baseconfig-x86-x86_64:debugconfig:debugconfig-x86:debugconfig-x86-x86_64 - -# i686 -i686=baseconfig:baseconfig-x86:baseconfig-x86-i686 -i686-debug=baseconfig:baseconfig-x86:baseconfig-x86-i686:debugconfig:debugconfig-x86 -i686-PAE=baseconfig:baseconfig-x86:baseconfig-x86-i686PAE -i686-PAEdebug=baseconfig:baseconfig-x86:baseconfig-x86-i686PAE:debugconfig:debugconfig-x86 - -# ppc64 -ppc64=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64 -ppc64-debug=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64:debugconfig - -# ppc64le -ppc64le=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64le -ppc64le-debug=baseconfig:baseconfig-powerpc:baseconfig-powerpc-powerpc64le:debugconfig - -# s390x -s390x=baseconfig:baseconfig-s390x -s390x-debug=baseconfig:baseconfig-s390x:debugconfig - -# aarch64 -aarch64=baseconfig:baseconfig-arm:baseconfig-arm-arm64 -aarch64-debug=baseconfig:baseconfig-arm:baseconfig-arm-arm64:debugconfig:debugconfig-arm - -# 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 -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 diff --git a/config_generation b/config_generation new file mode 120000 index 000000000..af7ab4c62 --- /dev/null +++ b/config_generation @@ -0,0 +1 @@ +configs/config_generation \ No newline at end of file -- cgit