blob: a05b3aca64adef801c35eab1bb56586131c2b0a8 [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
Jarkko Sakkinenc5403ae2012-05-09 23:25:06 +030014$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
Jarkko Sakkinenb3266bd2012-05-08 21:22:25 +030015
16$(obj)/rm/realmode.bin: FORCE
17 $(Q)$(MAKE) $(build)=$(obj)/rm $@