mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	test/hush: Add CONFIG_CONSOLE_RECORD where required
The "dollar" tests require CONFIG_CONSOLE_RECORD to be enabled so guard with that. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
		| @@ -5,6 +5,8 @@ | |||||||
|  |  | ||||||
| obj-y += cmd_ut_hush.o | obj-y += cmd_ut_hush.o | ||||||
| obj-y += if.o | obj-y += if.o | ||||||
|  | ifdef CONFIG_CONSOLE_RECORD | ||||||
| obj-y += dollar.o | obj-y += dollar.o | ||||||
|  | endif | ||||||
| obj-y += list.o | obj-y += list.o | ||||||
| obj-y += loop.o | obj-y += loop.o | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user