mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	target.mk: Trivial comment typo fix
SVN-Revision: 30310
This commit is contained in:
		
							parent
							
								
									42ec97097e
								
							
						
					
					
						commit
						f1051a296d
					
				@ -132,7 +132,7 @@ USE_SUBTARGET_CONFIG = $(if $(wildcard $(LINUX_TARGET_CONFIG)),,$(if $(LINUX_SUB
 | 
			
		||||
LINUX_RECONFIG_LIST = $(wildcard $(GENERIC_LINUX_CONFIG) $(LINUX_TARGET_CONFIG) $(if $(USE_SUBTARGET_CONFIG),$(LINUX_SUBTARGET_CONFIG)))
 | 
			
		||||
LINUX_RECONFIG_TARGET = $(if $(USE_SUBTARGET_CONFIG),$(LINUX_SUBTARGET_CONFIG),$(LINUX_TARGET_CONFIG))
 | 
			
		||||
 | 
			
		||||
# select the config file to be cahnged by kernel_menuconfig/kernel_oldconfig
 | 
			
		||||
# select the config file to be changed by kernel_menuconfig/kernel_oldconfig
 | 
			
		||||
ifeq ($(CONFIG_TARGET),platform)
 | 
			
		||||
  LINUX_RECONFIG_LIST = $(wildcard $(GENERIC_LINUX_CONFIG) $(LINUX_TARGET_CONFIG))
 | 
			
		||||
  LINUX_RECONFIG_TARGET = $(LINUX_TARGET_CONFIG)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user