pciutils: use $CFLAGS instead $TARGET_CFLAGS

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-16 06:58:36 +02:00
parent 719eb05fee
commit f26a86e0bd

View File

@ -24,7 +24,7 @@
cd $PKG_BUILD
make OPT="$TARGET_CFLAGS" \
make OPT="$CFLAGS" \
CROSS_COMPILE=${TARGET_PREFIX} \
HOST=$TARGET_ARCH-linux \
IDSDIR="/usr/share" \