Makefile 475 B

12345678910111213141516171819202122
  1. #
  2. # arch/x86/realmode/Makefile
  3. #
  4. # This file is subject to the terms and conditions of the GNU General Public
  5. # License. See the file "COPYING" in the main directory of this archive
  6. # for more details.
  7. #
  8. #
  9. # Sanitizer runtimes are unavailable and cannot be linked here.
  10. KASAN_SANITIZE := n
  11. KCSAN_SANITIZE := n
  12. subdir- := rm
  13. obj-y += init.o
  14. obj-y += rmpiggy.o
  15. $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
  16. $(obj)/rm/realmode.bin: FORCE
  17. $(Q)$(MAKE) $(build)=$(obj)/rm $@