summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-02-14 16:49:11 -0500
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 15:55:28 +1000
commit8305447b882048f0ad3d6231d90162d32719af7c (patch)
treee89293dafd3aa536f1bc6bcb25f9b10a9c96c0b4 /bin/Makefile.am
parentea97ef7c7ea90a2f77f9c0316969c493d9c33c95 (diff)
downloadnouveau-8305447b882048f0ad3d6231d90162d32719af7c.tar.gz
nv_i2c: add tool to access i2c busses
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 998e5ebe4..b445c70b1 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -4,7 +4,7 @@ bin_PROGRAMS = \
nv_ri08 nv_ri16 nv_ri32 nv_wi08 nv_wi16 nv_wi32 \
nv_rv08 nv_rv16 nv_rv32 nv_wv08 nv_wv16 nv_wv32 \
nv_rs08 nv_rs16 nv_rs32 nv_ws08 nv_ws16 nv_ws32 \
- nv_disp
+ nv_disp nv_i2c
AM_CPPFLAGS = -I$(top_srcdir)/nvkm/include \
-I$(top_srcdir)/nvkm \