Browse Source

Fix path to include directory. Reported by Ryan Mallon.

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@4911 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.0.0
Jean Delvare 18 years ago
parent
commit
5db6cac12c
  1. 2
      tools/Module.mk

2
tools/Module.mk

@ -8,7 +8,7 @@ TOOLS_DIR := tools
TOOLS_CFLAGS := -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \ TOOLS_CFLAGS := -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \
-Wcast-align -Wwrite-strings -Wnested-externs -Winline \ -Wcast-align -Wwrite-strings -Wnested-externs -Winline \
-W -Wundef -Wmissing-prototypes -I../include
-W -Wundef -Wmissing-prototypes -Iinclude
TOOLS_TARGETS := i2cdetect i2cdump i2cset i2cget TOOLS_TARGETS := i2cdetect i2cdump i2cset i2cget

Loading…
Cancel
Save