lm_sensors: add support for our *FLAGS

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-26 22:01:43 +01:00
parent c129b0493f
commit d8ad5279f2

View File

@ -3,7 +3,4 @@
. config/options $1
cd $PKG_BUILD
make PREFIX=/usr CC=$TARGET_CC
$STRIP prog/sensors/sensors
make PREFIX=/usr CC=$TARGET_CC CFLAGS="$TARGET_CFLAGS" CPPFLAGS="$TARGET_CPPFLAGS" AR="$TARGET_AR"