Al Viro | 03f81dc | 2005-05-05 16:15:19 -0700 | [diff] [blame] | 1 | #include <linux/config.h> |
Jeff Dike | ff23db5 | 2006-06-30 01:55:58 -0700 | [diff] [blame] | 2 | /* in case the preprocessor is a 32bit one */ |
3 | #undef i386 | ||||
Al Viro | 03f81dc | 2005-05-05 16:15:19 -0700 | [diff] [blame] | 4 | #ifdef CONFIG_LD_SCRIPT_STATIC |
5 | #include "uml.lds.S" | ||||
6 | #else | ||||
7 | #include "dyn.lds.S" | ||||
8 | #endif |