Makefile (5e2aa2ed08e2e280121dc7cf5609c87d464f12ef) | Makefile (ef7f0d6a6ca8c9e4b27d78895af86c2fbfaeedb2) |
---|---|
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# | 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# |
9KASAN_SANITIZE := n |
|
9 10always := realmode.bin realmode.relocs 11 12wakeup-objs := wakeup_asm.o wakemain.o video-mode.o 13wakeup-objs += copy.o bioscall.o regs.o 14# The link order of the video-*.o modules can matter. In particular, 15# video-vga.o *must* be listed first, followed by video-vesa.o. 16# Hardware-specific drivers should follow in the order they should be --- 55 unchanged lines hidden --- | 10 11always := realmode.bin realmode.relocs 12 13wakeup-objs := wakeup_asm.o wakemain.o video-mode.o 14wakeup-objs += copy.o bioscall.o regs.o 15# The link order of the video-*.o modules can matter. In particular, 16# video-vga.o *must* be listed first, followed by video-vesa.o. 17# Hardware-specific drivers should follow in the order they should be --- 55 unchanged lines hidden --- |