x86: teach vdso to clean
[deliverable/linux.git] / arch / x86 / kernel / Makefile
CommitLineData
e1589cd4 1ifeq ($(CONFIG_X86_32),y)
9a163ed8 2include ${srctree}/arch/x86/kernel/Makefile_32
e1589cd4 3else
250c2277 4include ${srctree}/arch/x86/kernel/Makefile_64
e1589cd4 5endif
88e4d250
SR
6
7# Workaround to delete .lds files with make clean
8# The problem is that we do not enter Makefile_32 with make clean.
9clean-files := vsyscall*.lds vsyscall*.so
This page took 0.073345 seconds and 5 git commands to generate.