Home
last modified time | relevance | path

Searched refs:cfile (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/arch/x86/zefi/
Dzefi.py19 cfile = os.path.join(base_dir, "zefi.c")
22 assert os.path.isfile(cfile)
111 "-Wl,-nostdlib", "-T", ldscript, "-o", "zefi.elf", cfile]
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py352 def __init__(self, cfile, message): argument
353 TwisterException.__init__(self, cfile + ": " + message)