1b3266bd6SJarkko Sakkinen# 2b3266bd6SJarkko Sakkinen# arch/x86/realmode/Makefile 3b3266bd6SJarkko Sakkinen# 4b3266bd6SJarkko Sakkinen# This file is subject to the terms and conditions of the GNU General Public 5b3266bd6SJarkko Sakkinen# License. See the file "COPYING" in the main directory of this archive 6b3266bd6SJarkko Sakkinen# for more details. 7b3266bd6SJarkko Sakkinen# 8b3266bd6SJarkko Sakkinen# 9*40d04110SMarco Elver 10*40d04110SMarco Elver# Sanitizer runtimes are unavailable and cannot be linked here. 11ef7f0d6aSAndrey RyabininKASAN_SANITIZE := n 12*40d04110SMarco ElverKCSAN_SANITIZE := n 13c0dd6716SJosh Poimboeuf 14b3266bd6SJarkko Sakkinensubdir- := rm 15b3266bd6SJarkko Sakkinen 1613712701SH. Peter Anvinobj-y += init.o 17b3266bd6SJarkko Sakkinenobj-y += rmpiggy.o 18b3266bd6SJarkko Sakkinen 19c5403aedSJarkko Sakkinen$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin 20b3266bd6SJarkko Sakkinen 21b3266bd6SJarkko Sakkinen$(obj)/rm/realmode.bin: FORCE 22b3266bd6SJarkko Sakkinen $(Q)$(MAKE) $(build)=$(obj)/rm $@ 23