diff options
| -rw-r--r-- | arch/x86/Kbuild | 1 | ||||
| -rw-r--r-- | arch/x86/platform/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/Kbuild b/arch/x86/Kbuild index ad8ec356fb36..0e103236b754 100644 --- a/arch/x86/Kbuild +++ b/arch/x86/Kbuild | |||
| @@ -14,3 +14,4 @@ obj-y += crypto/ | |||
| 14 | obj-y += vdso/ | 14 | obj-y += vdso/ |
| 15 | obj-$(CONFIG_IA32_EMULATION) += ia32/ | 15 | obj-$(CONFIG_IA32_EMULATION) += ia32/ |
| 16 | 16 | ||
| 17 | obj-y += platform/ | ||
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile new file mode 100644 index 000000000000..fdf4113befba --- /dev/null +++ b/arch/x86/platform/Makefile | |||
| @@ -0,0 +1 @@ | |||
| # Platform specific code goes here | |||
