blob: e02c2c6c56a57a8a762c66d8e2f1f34315fa0410 [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#
Andrey Ryabininef7f0d62015-02-13 14:39:25 -08009KASAN_SANITIZE := n
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030010subdir- := rm
11
H. Peter Anvin13712702012-05-16 13:49:10 -070012obj-y += init.o
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030013obj-y += rmpiggy.o
14
Jarkko Sakkinenc5403ae2012-05-09 23:25:06 +030015$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030016
17$(obj)/rm/realmode.bin: FORCE
18 $(Q)$(MAKE) $(build)=$(obj)/rm $@