Mercurial > pt1.mumumu
changeset 19:5cd8212bea78
added install rule
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 25 Feb 2009 19:36:17 +0900 |
parents | 84ff6ef710ea |
children | 669f7080a8dc |
files | driver/Makefile |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/driver/Makefile Wed Feb 25 17:22:31 2009 +0900 +++ b/driver/Makefile Wed Feb 25 19:36:17 2009 +0900 @@ -15,3 +15,6 @@ pt1_drv-objs := pt1_pci.o pt1_i2c.o pt1_tuner.o pt1_tuner_data.o clean-files := *.o *.ko *.mod.[co] *~ + +install: $(TARGET) + install -m 644 $(TARGET) /lib/modules/`uname -r`/kernel/drivers/video