configs: Fix included path used in all arch/z80 XDS-II builds (ez80 and z8).

This commit is contained in:
Gregory Nutt 2019-06-02 16:16:44 -06:00
parent fc79fc5ce1
commit 2cf195e6d1
5 changed files with 5 additions and 4 deletions

View File

@ -41,7 +41,7 @@
#include <nuttx/config.h>
#include "chip/chip.h"
#include "chip.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -41,7 +41,7 @@
#include <nuttx/config.h>
#include "chip/chip.h"
#include "chip.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -41,7 +41,7 @@
#include <nuttx/config.h>
#include "chip/chip.h"
#include "chip.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -41,7 +41,7 @@
#include <nuttx/config.h>
#include "chip/chip.h"
#include "chip.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -78,6 +78,7 @@
#include "icmpv6/icmpv6.h"
#include "neighbor/neighbor.h"
#include "route/route.h"
#include "utils/utils.h"
#include "tcp/tcp.h"
/****************************************************************************