diff options
author | Roman Kiryanov <rkir@google.com> | 2020-11-16 18:55:22 -0800 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-01-07 09:22:31 +0100 |
commit | 2b29eed3f201b49feb92fdd0178b10825a5528f4 (patch) | |
tree | dc4663959854c0c6f150578949ce8e75c6590771 /arch/x86/platform/Makefile | |
parent | bdb154f074a6d73d520b1fdee6b4143e2e311dfb (diff) |
x86/platform: Retire arch/x86/platform/goldfish
The Android Studio Emulator (aka goldfish) does not use
arch/x86/platform/goldfish since 5.4 kernel.
Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20201117025522.1874864-1-rkir@google.com
Diffstat (limited to 'arch/x86/platform/Makefile')
-rw-r--r-- | arch/x86/platform/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile index d0e835470d01..b2f90a1a89f1 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile @@ -4,7 +4,6 @@ obj-y += atom/ obj-y += ce4100/ obj-y += efi/ obj-y += geode/ -obj-y += goldfish/ obj-y += iris/ obj-y += intel/ obj-y += intel-mid/ |