25 lines
894 B
Plaintext
25 lines
894 B
Plaintext
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -186,7 +186,7 @@ endif
|
|
endif
|
|
SRCDIRS += kernel/include
|
|
SRCDIRS += lib prog/detect prog/dump prog/eeprom prog/pwm \
|
|
- prog/sensors prog/xeon ${PROG_EXTRA:%=prog/%} etc
|
|
+ prog/sensors ${PROG_EXTRA:%=prog/%} etc
|
|
SRCDIRS += lib/test
|
|
|
|
# Some often-used commands with default options
|
|
Index: doc/progs
|
|
===================================================================
|
|
--- doc/progs.orig
|
|
+++ doc/progs
|
|
@@ -146,5 +146,5 @@ see useful_addresses.html.
|
|
These scripts gather sensors data and graph the data for web pages.
|
|
See prog/tellerstats/README for more information.
|
|
|
|
-* prog/xeon/decode-xeon.pl (written in Perl, installed by 'make install')
|
|
+* prog/xeon/decode-xeon.pl (written in Perl, not installed)
|
|
ID ROM data decoding for Xeon processors.
|