Searched refs:MICROCODE_DIR (Results 1 – 2 of 2) sorted by relevance
14 MICROCODE_DIR = 'arch/x86/dts/microcode' variable235 if not os.path.exists(MICROCODE_DIR):236 print("Creating directory '%s'" % MICROCODE_DIR, file=sys.stderr)237 os.makedirs(MICROCODE_DIR)238 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi')258 ' %s/<name>.dtsi' % MICROCODE_DIR)271 This will find the appropriate file and write it to %s.""" % MICROCODE_DIR
Completed in 3 milliseconds