We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abb6ae commit cea69ceCopy full SHA for cea69ce
module/Makefile-config
@@ -76,10 +76,10 @@ EXTRA_CFLAGS += $(shell \
76
$(srctree)/include/linux/blkdev.h && \
77
echo -D HAVE_BDEV_FREEZE)
78
EXTRA_CFLAGS += $(shell \
79
- grep -qw "*bi_disk;" $(srctree)/include/linux/blk_types.h && \
+ grep -qw "\*bi_disk;" $(srctree)/include/linux/blk_types.h && \
80
echo -D HAVE_BI_BDISK)
81
EXTRA_CFLAGS += $(shell test -f $(srctree)/include/linux/blk_types.h && \
82
- grep -qw "*bd_queue;" $(srctree)/include/linux/blk_types.h && \
+ grep -qw "\*bd_queue;" $(srctree)/include/linux/blk_types.h && \
83
echo -D HAVE_BD_QUEUE)
84
EXTRA_CFLAGS += $(shell test -f $(srctree)/include/linux/genhd.h && \
85
grep -qw "sector_t bdev_nr_sectors" $(srctree)/include/linux/genhd.h && \
0 commit comments