mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	compression: test: Move test into lib
This test doesn't belong at the top level. Move it into the lib/ directory, since that is where compression is implemented. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
This commit is contained in:
		
							parent
							
								
									a5896b8a3e
								
							
						
					
					
						commit
						e67cc4ba1f
					
				@ -10,7 +10,6 @@ endif
 | 
			
		||||
obj-$(CONFIG_$(XPL_)CMDLINE) += cmd/
 | 
			
		||||
obj-$(CONFIG_$(XPL_)CMDLINE) += cmd_ut.o
 | 
			
		||||
obj-$(CONFIG_$(XPL_)CMDLINE) += command_ut.o
 | 
			
		||||
obj-$(CONFIG_$(XPL_)UT_COMPRESSION) += compression.o
 | 
			
		||||
obj-y += dm/
 | 
			
		||||
obj-$(CONFIG_FUZZ) += fuzz/
 | 
			
		||||
ifndef CONFIG_SANDBOX_VPL
 | 
			
		||||
 | 
			
		||||
@ -2,6 +2,9 @@
 | 
			
		||||
#
 | 
			
		||||
# (C) Copyright 2018
 | 
			
		||||
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
 | 
			
		||||
 | 
			
		||||
obj-$(CONFIG_$(XPL_)UT_COMPRESSION) += compression.o
 | 
			
		||||
 | 
			
		||||
ifeq ($(CONFIG_XPL_BUILD),)
 | 
			
		||||
obj-y += cmd_ut_lib.o
 | 
			
		||||
obj-y += abuf.o
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user