2007-10-11 11:13:14 +02:00
|
|
|
ifeq ($(CONFIG_X86_32),y)
|
2007-10-11 11:17:01 +02:00
|
|
|
include ${srctree}/arch/x86/kernel/Makefile_32
|
2007-10-11 11:13:14 +02:00
|
|
|
else
|
2007-10-11 11:17:24 +02:00
|
|
|
include ${srctree}/arch/x86/kernel/Makefile_64
|
2007-10-11 11:13:14 +02:00
|
|
|
endif
|
2007-10-17 22:06:30 +02: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
|