blob: a0b491ae2de8dd43f493e4c24be58229a85271b4 [file] [log] [blame]
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +03001#
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#
Marco Elver40d04112019-11-14 19:03:03 +01009
10# Sanitizer runtimes are unavailable and cannot be linked here.
Josh Poimboeufc0dd6716862016-02-28 22:22:34 -060011KASAN_SANITIZE := n
Marco Elver40d04112019-11-14 19:03:03 +010012KCSAN_SANITIZE := n
Josh Poimboeufc0dd6716862016-02-28 22:22:34 -060013
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030014subdir- := rm
15
H. Peter Anvin13712702012-05-16 13:49:10 -070016obj-y += init.o
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030017obj-y += rmpiggy.o
18
Jarkko Sakkinenc5403ae2012-05-09 23:25:06 +030019$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030020
21$(obj)/rm/realmode.bin: FORCE
22 $(Q)$(MAKE) $(build)=$(obj)/rm $@