binman: Use the Makefile for u_boot_no_ucode_ptr
Remove this file from git and instead build it using the Makefile. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -70,7 +70,7 @@ def BuildElfTestFiles(target_dir):
|
||||
del os.environ['MAKEFLAGS']
|
||||
tools.Run('make', '-C', target_dir, '-f',
|
||||
os.path.join(testdir, 'Makefile'), 'SRC=%s/' % testdir,
|
||||
'bss_data', 'u_boot_ucode_ptr')
|
||||
'bss_data', 'u_boot_ucode_ptr', 'u_boot_no_ucode_ptr')
|
||||
|
||||
|
||||
class TestElf(unittest.TestCase):
|
||||
|
Reference in New Issue
Block a user