commit | a0dadf88328ced1cb5163c65219c083308062580 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Nov 03 11:35:59 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jan 21 22:26:00 2010 +0100 |
tree | aea901c9aabc6df0cf0db97e55ec39a55d76b653 | |
parent | 9a84980c4f088c9055f52bb5fee2d201ec866fcd [diff] [blame] |
lmb: only force on arches that use it Signed-off-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/include/asm-m68k/config.h b/include/asm-m68k/config.h index 049c44e..36438be 100644 --- a/include/asm-m68k/config.h +++ b/include/asm-m68k/config.h
@@ -21,4 +21,6 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ +#define CONFIG_LMB + #endif