Mercurial > pt1
comparison driver/Makefile @ 93:ee357d8f987f
suppress silly warning
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 28 Jan 2010 15:54:04 +0900 |
parents | c6311b6efd9c |
children |
comparison
equal
deleted
inserted
replaced
92:1086bec1a684 | 93:ee357d8f987f |
---|---|
1 TARGET := pt1_drv.ko | 1 TARGET := pt1_drv.ko |
2 VERBOSITY = 0 | 2 VERBOSITY = 0 |
3 REL_VERSION = "1.1.0" | 3 REL_VERSION = "1.1.0" |
4 REL_DATE = "2010-01-27" | 4 REL_DATE = "2010-01-27" |
5 EXTRA_CFLAGS += -Wformat=2 | |
5 | 6 |
6 all: ${TARGET} | 7 all: ${TARGET} |
7 | 8 |
8 pt1_drv.ko: pt1_pci.c pt1_i2c.c pt1_tuner.c pt1_tuner_data.c version.h | 9 pt1_drv.ko: pt1_pci.c pt1_i2c.c pt1_tuner.c pt1_tuner_data.c version.h |
9 make -C /lib/modules/`uname -r`/build M=`pwd` V=$(VERBOSITY) modules | 10 make -C /lib/modules/`uname -r`/build M=`pwd` V=$(VERBOSITY) modules |