Makefile 291 字节
Newer Older
1
ifeq ($(CONFIG_X86_32),y)
T
Thomas Gleixner 已提交
2
include ${srctree}/arch/x86/kernel/Makefile_32
3
else
T
Thomas Gleixner 已提交
4
include ${srctree}/arch/x86/kernel/Makefile_64
5
endif
6 7 8 9

# 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