imx23: add missing DTS config for lradc
[openwrt.git] / tools / mkimage / patches / 040-include_order.patch
index 5a9d15eb765442ddd38905efbd5c6165ad2cb743..e4dc78ef27427e6b601a5891909079cd784c4524 100644 (file)
@@ -1,11 +1,11 @@
 --- a/tools/Makefile
 +++ b/tools/Makefile
-@@ -159,9 +159,9 @@ NOPEDOBJS := $(addprefix $(obj),$(NOPED_
- # Use native tools and options
+@@ -160,9 +160,9 @@
  # Define __KERNEL_STRICT_NAMES to prevent typedef overlaps
  #
--HOSTCPPFLAGS =        -idirafter $(SRCTREE)/include \
-+HOSTCPPFLAGS =        -I $(SRCTREE)/include \
+ HOSTCPPFLAGS =        -include $(SRCTREE)/include/libfdt_env.h \
+-              -idirafter $(SRCTREE)/include \
++              -I $(SRCTREE)/include \
                -idirafter $(OBJTREE)/include2 \
 -              -idirafter $(OBJTREE)/include \
 +              -I $(OBJTREE)/include \