diskdev_cmds: pass cflags to make

This commit is contained in:
Lars Op den Kamp 2012-07-13 11:10:19 +02:00 committed by Stephan Raue
parent 287f06f8e4
commit 94d3dbe9e3

View File

@ -23,5 +23,7 @@
. config/options $1
cd $PKG_BUILD
cwd=`pwd`
make -f Makefile.lnx CC=$CC CFLAGS="$TARGET_CFLAGS -g3 -Wall -I$cwd/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1"
make -f Makefile.lnx CC=$CC