瀏覽代碼

[BSP][QEMU-VExress] fix the automac issue under rtthread-apps

Bernard Xiong 5 年之前
父節點
當前提交
cfd54c76b6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      bsp/qemu-vexpress-a9/rtconfig.py

+ 2 - 1
bsp/qemu-vexpress-a9/rtconfig.py

@@ -21,7 +21,8 @@ end = '''
 #endif
 '''
 
-with open('drivers/automac.h', 'w') as f:
+automac_h_fn = os.path.join(os.path.dirname(__file__), 'drivers', 'automac.h')
+with open(automac_h_fn, 'w') as f:
     f.write(header + get_mac_address() + end)
 
 # toolchains options