summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/i2c/makefile')
-rw-r--r--src/usr/i2c/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/i2c/makefile b/src/usr/i2c/makefile
index b1133f258..a90b20e97 100644
--- a/src/usr/i2c/makefile
+++ b/src/usr/i2c/makefile
@@ -23,8 +23,10 @@
ROOTPATH = ../../..
MODULE = i2c
-OBJS = i2c.o eepromdd.o errlud_i2c.o
+OBJS += i2c.o
+OBJS += eepromdd.o
+OBJS += errlud_i2c.o
-SUBDIRS = test.d
+SUBDIRS += test.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud