Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / x86 / realmode / Makefile
blob6b1f3a4eeb44e9875db40e188756d798186d48fa
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.
10 # Sanitizer runtimes are unavailable and cannot be linked here.
11 KASAN_SANITIZE := n
12 KCSAN_SANITIZE := n
13 OBJECT_FILES_NON_STANDARD := y
15 subdir- := rm
17 obj-y += init.o
18 obj-y += rmpiggy.o
20 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
22 $(obj)/rm/realmode.bin: FORCE
23 $(Q)$(MAKE) $(build)=$(obj)/rm $@