Jarkko Sakkinen | b3266bd | 2012-05-08 21:22:25 +0300 | [diff] [blame] | 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 | # |
Josh Poimboeuf | c0dd671686 | 2016-02-28 22:22:34 -0600 | [diff] [blame] | 9 | KASAN_SANITIZE := n |
| 10 | OBJECT_FILES_NON_STANDARD := y |
| 11 | |
Jarkko Sakkinen | b3266bd | 2012-05-08 21:22:25 +0300 | [diff] [blame] | 12 | subdir- := rm |
| 13 | |
H. Peter Anvin | 1371270 | 2012-05-16 13:49:10 -0700 | [diff] [blame] | 14 | obj-y += init.o |
Jarkko Sakkinen | b3266bd | 2012-05-08 21:22:25 +0300 | [diff] [blame] | 15 | obj-y += rmpiggy.o |
| 16 | |
Jarkko Sakkinen | c5403ae | 2012-05-09 23:25:06 +0300 | [diff] [blame] | 17 | $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin |
Jarkko Sakkinen | b3266bd | 2012-05-08 21:22:25 +0300 | [diff] [blame] | 18 | |
| 19 | $(obj)/rm/realmode.bin: FORCE |
| 20 | $(Q)$(MAKE) $(build)=$(obj)/rm $@ |