mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			377 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			377 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/tools/Makefile
 | 
						|
+++ b/tools/Makefile
 | 
						|
@@ -173,7 +173,7 @@
 | 
						|
 # Define _GNU_SOURCE to obtain the getline prototype from stdio.h
 | 
						|
 #
 | 
						|
 HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \
 | 
						|
-		$(patsubst -I%,-idirafter%, $(UBOOTINCLUDE)) \
 | 
						|
+		-I$(srctree)/include \
 | 
						|
 		-I$(srctree)/lib/libfdt \
 | 
						|
 		-I$(srctree)/tools \
 | 
						|
 		-DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
 |