svn commit: trunk/busybox/modutils

vda at busybox.net vda at busybox.net
Sat May 17 02:47:57 UTC 2008


Author: vda
Date: 2008-05-16 19:47:55 -0700 (Fri, 16 May 2008)
New Revision: 21996

Log:
insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)



Modified:
   trunk/busybox/modutils/insmod.c


Changeset:
Modified: trunk/busybox/modutils/insmod.c
===================================================================
--- trunk/busybox/modutils/insmod.c	2008-05-17 02:36:28 UTC (rev 21995)
+++ trunk/busybox/modutils/insmod.c	2008-05-17 02:47:55 UTC (rev 21996)
@@ -184,6 +184,7 @@
 /* Microblaze */
 #if defined(__microblaze__)
 #define USE_SINGLE
+#include <linux/elf-em.h>
 #define MATCH_MACHINE(x) (x == EM_XILINX_MICROBLAZE)
 #define SHT_RELM	SHT_RELA
 #define Elf32_RelM	Elf32_Rela




More information about the busybox-cvs mailing list