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