2007-10-11 09:13:14 +00:00
|
|
|
ifeq ($(CONFIG_X86_32),y)
|
2007-10-11 09:17:01 +00:00
|
|
|
include ${srctree}/arch/x86/kernel/Makefile_32
|
2007-10-11 09:13:14 +00:00
|
|
|
else
|
2007-10-11 09:17:24 +00:00
|
|
|
include ${srctree}/arch/x86/kernel/Makefile_64
|
2007-10-11 09:13:14 +00:00
|
|
|
endif
|
2007-10-17 20:06:30 +00:00
|
|
|
|
|
|
|
# Workaround to delete .lds files with make clean
|
|
|
|
# The problem is that we do not enter Makefile_32 with make clean.
|
|
|
|
clean-files := vsyscall*.lds vsyscall*.so
|