Makefile 291 B

123456789
  1. ifeq ($(CONFIG_X86_32),y)
  2. include ${srctree}/arch/x86/kernel/Makefile_32
  3. else
  4. include ${srctree}/arch/x86/kernel/Makefile_64
  5. endif
  6. # Workaround to delete .lds files with make clean
  7. # The problem is that we do not enter Makefile_32 with make clean.
  8. clean-files := vsyscall*.lds vsyscall*.so