From adaa65e4168945ea63463d68b5f23b3d14255746 Mon Sep 17 00:00:00 2001
From: Alessandro Rubini <rubini@gnudd.com>
Date: Wed, 20 Feb 2013 12:45:13 +0100
Subject: [PATCH] Makefile: don't include from ptp-noposix/wrsw_hal/ any more

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index f2c7b31..1779a70 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,6 @@ cflags-$(CONFIG_PTP_NOPOSIX) += \
 	-include $(PTP_NOPOSIX)/compat.h \
 	-include $(PTP_NOPOSIX)/PTPWRd/dep/trace.h \
 	-include $(PTP_NOPOSIX)/libposix/ptpd-wrappers.h \
-	-I$(PTP_NOPOSIX)/wrsw_hal \
 	-I$(PTP_NOPOSIX)/libptpnetif \
 	-I$(PTP_NOPOSIX)/PTPWRd
 
@@ -78,7 +77,6 @@ cflags-$(CONFIG_PPSI) += \
 # FIXM: The following it temporary, untile we clean up
 cflags-$(CONFIG_PPSI) += \
 	-I$(PTP_NOPOSIX)/PTPWRd \
-	-I$(PTP_NOPOSIX)/wrsw_hal \
 	-include $(PTP_NOPOSIX)/PTPWRd/dep/trace.h \
 
 obj-$(CONFIG_PPSI) += wrc_ptp_ppsi.o \
-- 
GitLab