| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 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 | OBJECT_FILES_NON_STANDARD := y | ||||
| 11 | |||||
| 12 | subdir- := rm | ||||
| 13 | |||||
| 14 | obj-y += init.o | ||||
| 15 | obj-y += rmpiggy.o | ||||
| 16 | |||||
| 17 | $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin | ||||
| 18 | |||||
| 19 | $(obj)/rm/realmode.bin: FORCE | ||||
| 20 | $(Q)$(MAKE) $(build)=$(obj)/rm $@ | ||||