x86: Use kernel specific subtarget configurations
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 8 Dec 2018 12:09:14 +0000 (13:09 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Jan 2019 21:39:41 +0000 (22:39 +0100)
commit0ea7160abeee58e8d36c05cbf4b2c5e09779e1a2
tree73f5777f5a6b31385d7b7986bc1c9407bdbdeb6a
parentbc89690f6e2c80e100b4dbfbabc7c7adb8218d74
x86: Use kernel specific subtarget configurations

This makes it possible to use different sub target configurations for
kernel 4.19 for example.
To support kernel 4.9 and kernel 4.14 with the same configuration file
already needed some extra work this will not be needed for kernel 4.19
any more.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/x86/64/config-4.14 [new file with mode: 0644]
target/linux/x86/64/config-default [deleted file]
target/linux/x86/generic/config-4.14 [new file with mode: 0644]
target/linux/x86/generic/config-default [deleted file]
target/linux/x86/geode/config-4.14 [new file with mode: 0644]
target/linux/x86/geode/config-default [deleted file]
target/linux/x86/legacy/config-4.14 [new file with mode: 0644]
target/linux/x86/legacy/config-default [deleted file]