Commit 8d35d305 authored by Alessandro Rubini's avatar Alessandro Rubini

ppsi build: don't refer to ptp-noposix headers any more

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent a57abcf4
......@@ -69,11 +69,6 @@ cflags-$(CONFIG_PPSI) += \
-I$(PPSI)/proto-ext-whiterabbit \
-Iboards/spec
# FIXME: The following is temporary, until we clean up
cflags-$(CONFIG_PPSI) += \
-I$(PTP_NOPOSIX)/PTPWRd \
-include $(PTP_NOPOSIX)/PTPWRd/dep/trace.h \
obj-ppsi = \
$(PPSI)/ppsi.o \
$(PPSI)/proto-standard/libstd.a
......
......@@ -10,7 +10,12 @@
#include <string.h>
#include <wrc.h>
#include "shell.h"
#include "ptpd.h"
#ifdef CONFIG_PPSI
# include <ppsi/ppsi.h>
# include "wr-api.h"
#else
# include "ptpd.h"
#endif
extern int wrc_phase_tracking;
......
......@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <wrc.h>
#include "board.h"
#include "trace.h"
#include "hw/softpll_regs.h"
......
......@@ -19,7 +19,6 @@
#include "endpoint.h"
#include "minic.h"
#include "pps_gen.h"
#include "ptpd.h"
#include "ptpd_netif.h"
#include "i2c.h"
#include "eeprom.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment