Thomas Gleixner | e1589cd | 2007-10-11 11:13:14 +0200 | [diff] [blame] | 1 | ifeq ($(CONFIG_X86_32),y) |
Thomas Gleixner | 9a163ed | 2007-10-11 11:17:01 +0200 | [diff] [blame] | 2 | include ${srctree}/arch/x86/kernel/Makefile_32 |
Thomas Gleixner | e1589cd | 2007-10-11 11:13:14 +0200 | [diff] [blame] | 3 | else |
Thomas Gleixner | 250c227 | 2007-10-11 11:17:24 +0200 | [diff] [blame] | 4 | include ${srctree}/arch/x86/kernel/Makefile_64 |
Thomas Gleixner | e1589cd | 2007-10-11 11:13:14 +0200 | [diff] [blame] | 5 | endif |
Sam Ravnborg | 88e4d25 | 2007-10-17 22:06:30 +0200 | [diff] [blame^] | 6 | |
| 7 | # Workaround to delete .lds files with make clean |
| 8 | # The problem is that we do not enter Makefile_32 with make clean. |
| 9 | clean-files := vsyscall*.lds vsyscall*.so |