From 7db75a8aa681f359afdd60f213b307fb401bb1c6 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 28 Mar 2007 20:27:13 +0000 Subject: [PATCH] x86 elfloader --- cpu/x86/Makefile.x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/x86/Makefile.x86 b/cpu/x86/Makefile.x86 index 716e0c1c5..9dc9efb56 100644 --- a/cpu/x86/Makefile.x86 +++ b/cpu/x86/Makefile.x86 @@ -1,4 +1,4 @@ -CONTIKI_SOURCEFILES += mtarch.c elfloader-stub.c +CONTIKI_SOURCEFILES += mtarch.c elfloader-x86.c ### Compiler definitions CC = gcc