summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-i386/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-01-12 11:15:39 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-14 10:06:15 +0100
commitc7f2adaf7dfd9b752972a5ebf48baf30684106cc (patch)
treedd48c2316bba9803e67e26104798ecce71b1b0f6 /arch/x86/mach-i386/Makefile
parentacd2bf6bc0ee81a6a890fe7d07c6db54daacd515 (diff)
downloadbarebox-c7f2adaf7dfd9b752972a5ebf48baf30684106cc.tar.gz
barebox-c7f2adaf7dfd9b752972a5ebf48baf30684106cc.tar.xz
Bring in the first x86 specific code
Add some generic required code to make barebox work on x86. Note: Resetting the CPU is unfinished yet. I need some ideas how to reset this kind of architecture gracefully. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86/mach-i386/Makefile')
-rw-r--r--arch/x86/mach-i386/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/mach-i386/Makefile b/arch/x86/mach-i386/Makefile
new file mode 100644
index 0000000000..49ed10ff54
--- /dev/null
+++ b/arch/x86/mach-i386/Makefile
@@ -0,0 +1,2 @@
+obj-y += generic.o
+obj-y += reset.o