Changeset 4101
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/CHANGES
r4071 r4101 21 21 Makefile: Fix i2c-pcf8584.h installation 22 22 Fix depmod on non-running kernel version 23 Silent errors on missing dependency files24 23 i2c-core, i2c.h: Mark block write buffers as const (2.6 backport) 25 24 i2c-iop3xx: Fix return value of master_xfer method -
i2c/trunk/Makefile
r4068 r4101 188 188 endif 189 189 ifneq ($(MAKECMDGOALS),clean) 190 -include $(INCLUDEFILES)190 include $(INCLUDEFILES) 191 191 endif 192 192
