|
Lines 216-222
Link Here
|
| 216 |
"${NV_SRC}"/Makefile.kbuild |
216 |
"${NV_SRC}"/Makefile.kbuild |
| 217 |
|
217 |
|
| 218 |
# If you set this then it's your own fault when stuff breaks :) |
218 |
# If you set this then it's your own fault when stuff breaks :) |
| 219 |
use custom-cflags && sed -i "s:-O:${CFLAGS}:" Makefile.* |
219 |
use custom-cflags \ |
|
|
220 |
&& einfo "Patching ${NV_SRC}/Makefile* to respect custom cflags" \ |
| 221 |
&& sed -i "s:-O:${CFLAGS}:" "${NV_SRC}"/Makefile.* |
| 220 |
|
222 |
|
| 221 |
# If greater than 2.6.5 use M= instead of SUBDIR= |
223 |
# If greater than 2.6.5 use M= instead of SUBDIR= |
| 222 |
convert_to_m "${NV_SRC}"/Makefile.kbuild |
224 |
convert_to_m "${NV_SRC}"/Makefile.kbuild |