diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2010-09-09 12:08:36 -0500 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2010-09-09 12:08:36 -0500 |
commit | 80b83026362d07b10ed1ae16afb162f7699757cb (patch) | |
tree | 72532211806986d0243881497cfb5d2f08d583e1 /src/makefile | |
parent | b4f1ab54b36f7dc273b9a80081c019f7d6618715 (diff) | |
download | blackbird-hostboot-80b83026362d07b10ed1ae16afb162f7699757cb.tar.gz blackbird-hostboot-80b83026362d07b10ed1ae16afb162f7699757cb.zip |
Update makefiles to reference ROOTPATH for makefile includes.
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 4117b7946..9a95f0702 100644 --- a/src/makefile +++ b/src/makefile @@ -12,4 +12,4 @@ all: ${SUBDIRS} clean: $(patsubst %.d,%.clean, ${SUBDIRS}) (rm -f ${IMAGES} $(addsuffix .map, ${IMAGES}) ) -include ../config.mk +include ${ROOTPATH}/config.mk |