Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/linux.git] / arch / x86 / realmode / Makefile
CommitLineData
b3266bd6
JS
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
10subdir- := rm
11
13712701 12obj-y += init.o
b3266bd6
JS
13obj-y += rmpiggy.o
14
c5403aed 15$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
b3266bd6
JS
16
17$(obj)/rm/realmode.bin: FORCE
18 $(Q)$(MAKE) $(build)=$(obj)/rm $@
This page took 0.221503 seconds and 5 git commands to generate.