summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/makefile
diff options
context:
space:
mode:
authorTerry J. Opie <opiet@us.ibm.com>2011-08-05 08:51:38 -0500
committerTerry J. Opie <opiet@us.ibm.com>2011-08-15 13:57:29 -0500
commitfa0113e4599fcca0c2d4c938c88d445d288a952a (patch)
treeca797228d6c31b9dcd3ed617f7a82e77d9e27138 /src/usr/i2c/makefile
parentb0ceda93e7d5b6b06465a5fcc0b261a52dad987d (diff)
downloadtalos-hostboot-fa0113e4599fcca0c2d4c938c88d445d288a952a.tar.gz
talos-hostboot-fa0113e4599fcca0c2d4c938c88d445d288a952a.zip
I2C Device Driver Skeleton
Change-Id: I0b092ea67e5bb8789378041c8c3a6a3f5cf3025e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/242 Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/i2c/makefile')
-rw-r--r--src/usr/i2c/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/i2c/makefile b/src/usr/i2c/makefile
new file mode 100644
index 000000000..7ce5033bf
--- /dev/null
+++ b/src/usr/i2c/makefile
@@ -0,0 +1,8 @@
+ROOTPATH = ../../..
+MODULE = i2c
+
+OBJS = i2c.o
+
+SUBDIRS = test.d
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud