blob: 682c895753d96a7c3a9b231cbf5f01dcbc8420ba [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#
Josh Poimboeufc0dd6716862016-02-28 22:22:34 -06009KASAN_SANITIZE := n
10OBJECT_FILES_NON_STANDARD := y
11
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030012subdir- := rm
13
H. Peter Anvin13712702012-05-16 13:49:10 -070014obj-y += init.o
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030015obj-y += rmpiggy.o
16
Jarkko Sakkinenc5403ae2012-05-09 23:25:06 +030017$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030018
19$(obj)/rm/realmode.bin: FORCE
20 $(Q)$(MAKE) $(build)=$(obj)/rm $@