2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

(Phil) Whoops.. minor typo fixed. Everything builds, and most modules

have been tested.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@177 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Philip Edelbrock
1999-01-27 06:21:46 +00:00
parent ce7aea9a5a
commit 412327936e

View File

@@ -26,7 +26,7 @@ SRCDIRS := kernel/busses kernel/chips
# defined value verbatim into the command-list of rules...
SRCTARGETS := $(MODULE_DIR)/smbus.o \
$(MODULE_DIR)/i2c-proc.o \
$(MODULE_DIR)/i2c-dev.o
$(MODULE_DIR)/i2c-dev.o $(MODULE_DIR)/sensors.o
SRCHEADERFILES := $(MODULE_DIR)/include/sensors.h $(MODULE_DIR)/include/isa.h \
$(MODULE_DIR)/include/smbus.h $(MODULE_DIR)/include/i2c-dev.h