zephyr/drivers/ethernet
Jean-Paul Etienne 4f303a9967 eth_dw: fix compilation issue in eth_dw.c driver
got the following compilation error when trying
to compile the Synopsys DesignWare Ethernet driver:
In file included from drivers/ethernet/eth_dw.c:25:0:
drivers/ethernet/eth_dw_priv.h:27:28:
fatal error: contiki/ip/uip.h: No such file or directory

Fixed by adding correct include path in ethernet
Makefile

Change-Id: I8ea50e3ffb89e54349140de124f68d196a412f8e
Signed-off-by: Jean-Paul Etienne <jean-paul.etienne@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:31 -05:00
..
Kconfig eth: dw: Add driver for Synopsys DesignWare Ethernet MAC 2016-02-05 20:24:38 -05:00
Makefile eth_dw: fix compilation issue in eth_dw.c driver 2016-02-05 20:25:31 -05:00
eth_dw.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
eth_dw_priv.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
ethernet.h eth: dw: Add driver for Synopsys DesignWare Ethernet MAC 2016-02-05 20:24:38 -05:00