f22a4f8d99d6724767e7fd669b0ee60c4a14904c
[cascardo/linux.git] / arch / x86 / realmode / Makefile
1 #
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
10 subdir- := rm
11
12 obj-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 $@