You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
291 B
9 lines
291 B
ifeq ($(CONFIG_X86_32),y)
|
|
include ${srctree}/arch/x86/kernel/Makefile_32
|
|
else
|
|
include ${srctree}/arch/x86/kernel/Makefile_64
|
|
endif
|
|
|
|
# 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
|
|
|