]> git.sur5r.net Git - u-boot/commitdiff
tools/Makefile: Add tools/ to the include search path
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 13 Mar 2009 23:54:42 +0000 (18:54 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 3 Apr 2009 23:13:59 +0000 (01:13 +0200)
This change makes the process of symlinking mkimage.h and fdt_host.h
unnecessary

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
tools/Makefile

index 35e694dfd3e26a4a57c4c46d5a4726ab53d0301c..e1f262baae606b4b9dc2f8997bd0299e7f04855d 100644 (file)
@@ -136,6 +136,7 @@ LIBFDT_OBJS := $(addprefix $(obj),$(LIBFDT_OBJ_FILES-y))
 CPPFLAGS   = -idirafter $(SRCTREE)/include \
                -idirafter $(OBJTREE)/include2 \
                -idirafter $(OBJTREE)/include \
+               -I $(SRCTREE)/tools \
                -DTEXT_BASE=$(TEXT_BASE) -DUSE_HOSTCC
 CFLAGS     = $(HOST_CFLAGS) $(CPPFLAGS) -O
 
@@ -276,12 +277,6 @@ $(obj)sha1.c:
 $(obj)image.c:
        @rm -f $(obj)image.c
        ln -s $(src)../common/image.c $(obj)image.c
-       if [ ! -f $(obj)mkimage.h ] ; then \
-               ln -s $(src)../tools/mkimage.h $(obj)mkimage.h; \
-       fi
-       if [ ! -f $(obj)fdt_host.h ] ; then \
-               ln -s $(src)../tools/fdt_host.h $(obj)fdt_host.h; \
-       fi
 
 $(obj)fdt.c:   $(obj)libfdt_internal.h
        @rm -f $(obj)fdt.c