Makefile 385 B

123456789101112131415161718
  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. KASAN_SANITIZE := n
  10. subdir- := rm
  11. obj-y += init.o
  12. obj-y += rmpiggy.o
  13. $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
  14. $(obj)/rm/realmode.bin: FORCE
  15. $(Q)$(MAKE) $(build)=$(obj)/rm $@