diff options
Diffstat (limited to 'src/usr/pnor/makefile')
| -rw-r--r-- | src/usr/pnor/makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/pnor/makefile b/src/usr/pnor/makefile index 445c61739..c3d15cc6e 100644 --- a/src/usr/pnor/makefile +++ b/src/usr/pnor/makefile @@ -5,7 +5,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011,2013 +# COPYRIGHT International Business Machines Corp. 2011,2014 # # p1 # @@ -23,8 +23,10 @@ ROOTPATH = ../../.. MODULE = pnor -OBJS = pnorrp.o pnordd.o ecc.o +OBJS += pnorrp.o +OBJS += pnordd.o +OBJS += ecc.o -SUBDIRS = test.d +SUBDIRS += test.d include ${ROOTPATH}/config.mk |

