diff options
| author | Adam Muhle <armuhle@us.ibm.com> | 2011-07-26 09:57:45 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2011-08-03 08:12:22 -0500 |
| commit | 5867b512c1592fce1a5bab56e4320efd6598645f (patch) | |
| tree | dc0e33872419bd649b8015b04c4272fbaedd72b8 /src/usr/pnor/makefile | |
| parent | 937c177a8f2decfc05aa4c36788cb14a84631b05 (diff) | |
| download | talos-hostboot-5867b512c1592fce1a5bab56e4320efd6598645f.tar.gz talos-hostboot-5867b512c1592fce1a5bab56e4320efd6598645f.zip | |
Adding fake PNOR Device Driver Support
Change-Id: Ic434159183bc4dd91c8ba588730cda7e0766c6c0
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/223
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/makefile')
| -rw-r--r-- | src/usr/pnor/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/pnor/makefile b/src/usr/pnor/makefile index d52765cd1..0700f7554 100644 --- a/src/usr/pnor/makefile +++ b/src/usr/pnor/makefile @@ -1,7 +1,7 @@ ROOTPATH = ../../.. MODULE = pnor -OBJS = pnorrp.o +OBJS = pnorrp.o pnordd.o SUBDIRS = test.d |

