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