Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # arch/x86/realmode/Makefile
0003 #
0004 # This file is subject to the terms and conditions of the GNU General Public
0005 # License.  See the file "COPYING" in the main directory of this archive
0006 # for more details.
0007 #
0008 #
0009 
0010 # Sanitizer runtimes are unavailable and cannot be linked here.
0011 KASAN_SANITIZE                  := n
0012 KCSAN_SANITIZE                  := n
0013 
0014 subdir- := rm
0015 
0016 obj-y += init.o
0017 obj-y += rmpiggy.o
0018 
0019 $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin
0020 
0021 $(obj)/rm/realmode.bin: FORCE
0022         $(Q)$(MAKE) $(build)=$(obj)/rm $@