]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/x86/realmode/Makefile
Merge tag 'sound-3.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[karo-tx-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 += init.o
13 obj-y += rmpiggy.o
14
15 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
16
17 $(obj)/rm/realmode.bin: FORCE
18         $(Q)$(MAKE) $(build)=$(obj)/rm $@