blob: f22a4f8d99d6724767e7fd669b0ee60c4a14904c [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#
9
10subdir- := rm
11
12obj-y += rmpiggy.o
13
14$(obj)/rmpiggy.o: $(obj)/rm/realmode.relocs $(obj)/rm/realmode.bin
15
16$(obj)/rm/realmode.bin: FORCE
17 $(Q)$(MAKE) $(build)=$(obj)/rm $@
18
19$(obj)/rm/realmode.relocs: FORCE
20 $(Q)$(MAKE) $(build)=$(obj)/rm $@