9
0
Fork 0
barebox/arch/x86/lib
Masahiro Yamada d6d28acee0 kbuild: move asm-offsets.h rule to ./Kbuild
Currently, MIPS is the only architecture that needs
include/generated/asm-offsets.h, but we have got ./Kbuild file now.

It is a good reason to move asm-offsets.h rule from arch/mips/Makefile
to ./Kbuild and add dummy asm-offsets.c for the other architectures.
asm-offsets.h would be useful for all the architectures.

This commit does not implement include/generated/bounds.h,
but if necessary, it is easy to implement it.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-01-08 13:55:38 +01:00
..
.gitignore scripts: add arch/x86/lib/barebox.lds to gitignore 2013-12-10 08:40:32 +01:00
Makefile Add a special command to load and start a bzImage on x86 2010-01-14 10:06:16 +01:00
asm-offsets.c kbuild: move asm-offsets.h rule to ./Kbuild 2015-01-08 13:55:38 +01:00
barebox.lds.S Fix misspellings of "persistant" -> "persistent" in various places 2014-06-30 08:16:00 +02:00
bios_disk.S Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
gdt.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
linux_start.S Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
memory.c x86: initialize malloc pool before start_barebox() 2013-03-14 08:41:40 +01:00
memory16.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
traveler.S Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00