diff options
Diffstat (limited to 'arch/x86/platform/Makefile')
| -rw-r--r-- | arch/x86/platform/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile index 7bf70b812fa..85afde1fa3e 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile @@ -1,8 +1,12 @@ # Platform specific code goes here +obj-y += ce4100/ obj-y += efi/ -obj-y += mrst/ +obj-y += geode/ +obj-y += goldfish/ +obj-y += iris/ +obj-y += intel-mid/ obj-y += olpc/ obj-y += scx200/ obj-y += sfi/ -obj-y += visws/ +obj-y += ts5500/ obj-y += uv/ |
