diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2011-11-10 12:37:48 -0600 |
|---|---|---|
| committer | MIKE J. JONES <mjjones@us.ibm.com> | 2011-11-10 14:46:24 -0600 |
| commit | 3038d54f6ca6a2ad945bc072aa34a2a64811829d (patch) | |
| tree | 4b00ec7bb963efde3cdab04c7e855e2c964962b7 /src/usr/ecmddatabuffer/makefile | |
| parent | bad2d60def0b66079eacb7ef7c11e2f0dd5420c0 (diff) | |
| download | blackbird-hostboot-3038d54f6ca6a2ad945bc072aa34a2a64811829d.tar.gz blackbird-hostboot-3038d54f6ca6a2ad945bc072aa34a2a64811829d.zip | |
Import ecmdDataBufferBase into HostBoot
Change-Id: I518319bcc06c4f89ee8000762f0e34e9e2af92c3
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/492
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Diffstat (limited to 'src/usr/ecmddatabuffer/makefile')
| -rw-r--r-- | src/usr/ecmddatabuffer/makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/ecmddatabuffer/makefile b/src/usr/ecmddatabuffer/makefile index 57e84e73f..4988aff0d 100644 --- a/src/usr/ecmddatabuffer/makefile +++ b/src/usr/ecmddatabuffer/makefile @@ -23,9 +23,14 @@ ROOTPATH = ../../.. MODULE = ecmddatabuffer +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer -OBJS = ecmdDataBuffer.o +CUSTOMFLAGS += -DPRDF_COMPRESSBUFFER_COMPRESS_FUNCTIONS=1 +CUSTOMFLAGS += -DPRDF_COMPRESSBUFFER_UNCOMPRESS_FUNCTIONS=1 + +OBJS = ecmdDataBufferBase.o SUBDIRS = test.d |

