Makefile 350 B

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