diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2012-05-16 13:49:10 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2012-05-16 13:49:10 -0700 |
commit | 137127018812ec7fcccb9843156cfc0b5cfa31d5 (patch) | |
tree | 12718f2524a26c5bd26a53518068229d84c41c08 /arch/x86/realmode/Makefile | |
parent | 51edbe6a2f47c78c6c6e529999ee0a044fe59a89 (diff) |
x86, realmode: Move kernel/realmode.c to realmode/init.c
Keep all the realmode code together, including initialization (only
the rm/ subdirectory is actually built as real-mode code, anyway.)
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
Diffstat (limited to 'arch/x86/realmode/Makefile')
-rw-r--r-- | arch/x86/realmode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/realmode/Makefile b/arch/x86/realmode/Makefile index a05b3aca64ad..94f7fbe97b08 100644 --- a/arch/x86/realmode/Makefile +++ b/arch/x86/realmode/Makefile @@ -9,6 +9,7 @@ subdir- := rm +obj-y += init.o obj-y += rmpiggy.o $(obj)/rmpiggy.o: $(obj)/rm/realmode.bin |