Add SMSC SCH3114 superio register descriptions to superiotool.
[coreboot.git] / util / msrtool / configure
index 88c38af6bd88176ba27f89fe025424bb7e92ccce..35d17183a20d616062c4cb12659b0b141a4e1556 100755 (executable)
@@ -82,7 +82,7 @@ trycompile() {
                        echo " using: ${CFLAGS} ${1}" 1>&2
                        echo "${CFLAGS} ${1}"
                        exit 0
-               } 
+               }
                shift
                i=$(($i+1))
        done
@@ -155,7 +155,7 @@ CFLAGS=`trycompile "libpci (from pciutils)" "${pc_CFLAGS}" "-I/usr/local/include
        rm -f .config.c
        exit 1
 }
-LDFLAGS=`trylink "libpci (from pciutils)" "${pc_LDFLAGS}" "-lpci -lz" "-L/usr/local/lib -lpci -lz" "-framework DirectIO -lpci -lz"` || {
+LDFLAGS=`trylink "libpci (from pciutils)" "${pc_LDFLAGS}" "-lpci -lz" "-L/usr/local/lib -lpci -lz" "-framework DirectHW -lpci -lz"` || {
        rm -f .config.c .config.o
        exit 1
 }