summaryrefslogtreecommitdiffstats
path: root/src/sys
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-09-09 12:08:36 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-09-09 12:08:36 -0500
commit80b83026362d07b10ed1ae16afb162f7699757cb (patch)
tree72532211806986d0243881497cfb5d2f08d583e1 /src/sys
parentb4f1ab54b36f7dc273b9a80081c019f7d6618715 (diff)
downloadtalos-hostboot-80b83026362d07b10ed1ae16afb162f7699757cb.tar.gz
talos-hostboot-80b83026362d07b10ed1ae16afb162f7699757cb.zip
Update makefiles to reference ROOTPATH for makefile includes.
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/init/makefile2
-rw-r--r--src/sys/makefile2
-rw-r--r--src/sys/vfs/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/sys/init/makefile b/src/sys/init/makefile
index ba07a8647..8dbde1b7c 100644
--- a/src/sys/init/makefile
+++ b/src/sys/init/makefile
@@ -9,4 +9,4 @@ all: ${OBJECTS}
clean:
(rm -f ${OBJECTS} )
-include ../../../config.mk
+include ${ROOTPATH}/config.mk
diff --git a/src/sys/makefile b/src/sys/makefile
index 9fd0b8d5c..21909711a 100644
--- a/src/sys/makefile
+++ b/src/sys/makefile
@@ -8,4 +8,4 @@ all: ${SUBDIRS}
clean: $(patsubst %.d,%.clean, ${SUBDIRS})
-include ../../config.mk
+include ${ROOTPATH}/config.mk
diff --git a/src/sys/vfs/makefile b/src/sys/vfs/makefile
index 616c8bf43..883e001e3 100644
--- a/src/sys/vfs/makefile
+++ b/src/sys/vfs/makefile
@@ -9,4 +9,4 @@ all: ${OBJECTS}
clean:
(rm -f ${OBJECTS} )
-include ../../../config.mk
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud