summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2009-01-19 15:11:33 +0000
committerJean Delvare <jdelvare@suse.de>2009-01-19 15:11:33 +0000
commitf0892fadaeb05467cc4d981859c7b75c09d437f1 (patch)
tree27a27ba36e4972352e0daf6cf26ac0780658b609 /Makefile
parent1fa6e1c3b174e0d2fce5507e3d257bfd845107de (diff)
downloadi2c-tools-git-f0892fadaeb05467cc4d981859c7b75c09d437f1.tar.gz
List include first, so that other modules can use it.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5610 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57bc175..b98a4c3 100644
--- a/Makefile
+++ b/Makefile
@@ -36,5 +36,5 @@ all:
EXTRA :=
#EXTRA += py-smbus
-SRCDIRS := eeprom include stub tools $(EXTRA)
+SRCDIRS := include eeprom stub tools $(EXTRA)
include $(SRCDIRS:%=%/Module.mk)