drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / x86 / realmode / Makefile
bloba0b491ae2de8dd43f493e4c24be58229a85271b4
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
14 subdir- := rm
16 obj-y += init.o
17 obj-y += rmpiggy.o
19 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
21 $(obj)/rm/realmode.bin: FORCE
22 $(Q)$(MAKE) $(build)=$(obj)/rm $@