This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
28af1ee421
zephyr
/
drivers
/
i2c
/
Makefile
2 lines
56 B
Makefile
Raw
Normal View
History
Unescape
Escape
i2c: changing file names to be consistent Naming convention uses the _ not - in the file names. In a recent commit for I2C this for some reason changed. Making the names now more consistent with other files. Change-Id: I1e363c0c09ae0c8b2ac3def3beeaaeafcc01eb74 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2015-10-15 10:54:35 -07:00
obj-$(CONFIG_I2C_DW)
+=
i2c_dw.o i2c_static_irq_stubs.o
Copy permalink