Makefile (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | Makefile (40d04110f87940b6a03bf0aa19cd29e84f465f20) |
---|---|
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 10# Sanitizer runtimes are unavailable and cannot be linked here. |
|
9KASAN_SANITIZE := n | 11KASAN_SANITIZE := n |
12KCSAN_SANITIZE := n |
|
10OBJECT_FILES_NON_STANDARD := y 11 12subdir- := rm 13 14obj-y += init.o 15obj-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 $@ | 13OBJECT_FILES_NON_STANDARD := y 14 15subdir- := rm 16 17obj-y += init.o 18obj-y += rmpiggy.o 19 20$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin 21 22$(obj)/rm/realmode.bin: FORCE 23 $(Q)$(MAKE) $(build)=$(obj)/rm $@ |