inet: Move VRF table lookup to inlined function
[linux-2.6/btrfs-unstable.git] / arch / x86 / realmode / Makefile
blobe02c2c6c56a57a8a762c66d8e2f1f34315fa0410
2 # arch/x86/realmode/Makefile
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.
9 KASAN_SANITIZE := n
10 subdir- := rm
12 obj-y += init.o
13 obj-y += rmpiggy.o
15 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
17 $(obj)/rm/realmode.bin: FORCE
18 $(Q)$(MAKE) $(build)=$(obj)/rm $@