summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Spelling fix.khali2010-10-261-1/+1
* Warn the user is either flex or bison is missing.khali2010-10-191-1/+9
* Recent versions of module-init-tools only want *.conf files underkhali2009-07-241-0/+1
* Drop unused default rule.khali2009-04-281-4/+0
* Make it possible to skip building of the static library. Just run:khali2009-04-201-1/+4
* Add a note about the default configuration file change at installationkhali2009-02-041-0/+5
* Install sensors.conf.default instead of sensors.conf.eg.khali2009-01-191-6/+6
* Patch from Aurelien Jarno:khali2008-03-261-1/+2
* Document the variable overriding mechanism (#2296).khali2008-01-191-0/+3
* Fix building on PPC machinesjwrdegoede2007-11-231-2/+5
* Let libsensors know the default path to its configuration file.khali2007-10-251-2/+2
* bash should no longer be needed at build time.khali2007-09-241-6/+1
* Fix -W options so flex/yacc code compiles completely without warnings. Also,mmh2007-09-161-2/+2
* Don't use -Wundef for the library, flex/bison-generated code doesn't playkhali2007-09-051-1/+1
* sensors-conf-convert: New, script to convert old configuration fileskhali2007-09-051-1/+5
* Drop the package target.khali2007-07-191-24/+3
* Delete LM_DATE and libsensors_date.khali2007-07-101-8/+2
* Add some more warning flags, and fix these warnings.khali2007-07-031-1/+2
* kernel/include/sensors.h is no longer used; delete it.khali2007-06-291-7/+2
* Move the eeprom decoding scripts to the i2c-tools package.khali2007-06-271-2/+2
* Always build libsensors with sysfs support.khali2007-06-251-9/+0
* Delete all kernel chip drivers, documentation and references. We arekhali2007-05-091-182/+7
* Delete all kernel bus drivers, documentation and references. We arekhali2007-05-051-3/+1
* Delete mkpatch and all references thereto. The kernel modules will soonkhali2007-05-021-1/+0
* Merge from trunk (4303:4355) out to 3.0.0 branch.mmh2007-04-031-1/+1
* Modify libsensors scanner build flags...mmh2006-12-291-2/+2
* Don't create lex.backup unless DEBUG is enabled.mmh2006-11-051-2/+8
* Merge scanner-opt-branch (r4121:r4221) to trunk.mmh2006-10-261-1/+2
* Fix the homepage addressruik2006-09-171-1/+1
* Revert previous Makefile change (Silent errors on missing dependency files)khali2006-08-201-1/+1
* More .PHONY targets.khali2006-08-091-1/+1
* Typo fix, thanks to Brian C for reporting.khali2006-07-291-2/+3
* Makefile: Silent errors on missing dependency files.khali2006-07-241-7/+3
* Fix depmod on non-running kernel version. Original patch fromkhali2006-04-151-2/+5
* Don't grep autoconf.h on user-space targets.khali2006-02-231-8/+6
* (mmh)mmh2005-09-181-0/+19
* Drop -W, sensord warns too much with it.khali2005-09-161-1/+1
* Compile userspace tools with -W.khali2005-09-101-2/+2
* Compile user-space programs with -Wundef.khali2005-09-071-1/+1
* Cleanups. Original patch from Jim Cromie.khali2005-07-241-5/+5
* Detect 2.6+ kernels and check targets. Original patch by Jimkhali2005-07-241-0/+10
* Compile kernel modules with -fno-strict-aliasing on allkhali2005-03-191-2/+2
* Set proper compiler flags for mips, sparc32, sparc64.khali2005-03-111-0/+14
* Kill outdated code.khali2005-02-071-10/+6
* add prog/pwm manpages to $MANPAGES;mds2005-01-291-1/+30
* Kernel module compatibility issues are hopefully gone.khali2004-12-041-2/+0
* Make ETCDIR available to compiled programs.khali2004-11-211-1/+1
* spoof LOGNAME and HOSTNAME when making html man pagesmds2004-07-241-0/+2
* Implement "make user_uninstall". Original patch contributed bykhali2004-06-201-0/+15
* Do not run depmod on staged installs. Give hints instead.khali2004-04-211-2/+11