diff options
author | Kumar Gala | 2007-11-21 08:49:50 -0600 |
---|---|---|
committer | Kumar Gala | 2007-11-21 08:49:50 -0600 |
commit | ed1353d74b9ce8a7fcd660570b848a184d614b5f (patch) | |
tree | 833d87a1235fd3323eb0bb563aaa82e863c7b9fa /libfdt/fdt_ro.c | |
parent | 4a43719a7738712811d822ca8125427b27a55cdc (diff) |
[BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
Modify libfdt/Makefile to conditionally compile the *.c files based
on the board config.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'libfdt/fdt_ro.c')
-rw-r--r-- | libfdt/fdt_ro.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libfdt/fdt_ro.c b/libfdt/fdt_ro.c index 46d525db145..bc1a5f4240e 100644 --- a/libfdt/fdt_ro.c +++ b/libfdt/fdt_ro.c @@ -16,9 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "config.h" -#if CONFIG_OF_LIBFDT - #include "libfdt_env.h" #include <fdt.h> @@ -532,5 +529,3 @@ int fdt_get_reservemap(void *fdt, int n, struct fdt_reserve_entry *re) } return 0; } - -#endif /* CONFIG_OF_LIBFDT */ |