Explorar el Código

[BSP] fix the option of EMAC file in SConscript.

bernard hace 7 años
padre
commit
7c3d6fbbda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bsp/qemu-vexpress-a9/drivers/SConscript

+ 1 - 1
bsp/qemu-vexpress-a9/drivers/SConscript

@@ -5,7 +5,7 @@ src     = Glob('*.c')
 CPPPATH = [cwd]
 
 if not GetDepend('BSP_DRV_EMAC'):
-    SrcRemove(src, ['drv_lan9118.c'])
+    SrcRemove(src, ['drv_smc911x.c'])
 
 if not GetDepend('BSP_DRV_CLCD'):
     SrcRemove(src, ['drv_clcd.c'])