From d9b1c972de341eaebcec079797fb91ccc99c8b73 Mon Sep 17 00:00:00 2001
From: Grzegorz Daniluk <grzegorz.daniluk@gmail.com>
Date: Thu, 26 Jul 2012 16:38:46 +0200
Subject: [PATCH] softpll: moved defs header to include

---
 Makefile                         | 2 +-
 {softpll => include}/spll_defs.h | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename {softpll => include}/spll_defs.h (100%)

diff --git a/Makefile b/Makefile
index 31a1cfc..90e190c 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ OBJS_WRC = 	wrc_main.o \
 
 PTP_NOPOSIX = ptp-noposix
 
-INCLUDE_DIRS = -I$(PTP_NOPOSIX)/wrsw_hal -I$(PTP_NOPOSIX)/libptpnetif -Isoftpll -I$(PTP_NOPOSIX)/softpll -Iinclude
+INCLUDE_DIRS = -I$(PTP_NOPOSIX)/wrsw_hal -I$(PTP_NOPOSIX)/libptpnetif -I$(PTP_NOPOSIX)/softpll -Iinclude
 
 CFLAGS_EB = -DWITH_ETHERBONE=$(WITH_ETHERBONE)
 
diff --git a/softpll/spll_defs.h b/include/spll_defs.h
similarity index 100%
rename from softpll/spll_defs.h
rename to include/spll_defs.h
-- 
GitLab