From 164bcfa1083b18f7bb3b53965f88dc0b7cffc225 Mon Sep 17 00:00:00 2001 From: sithglan Date: Sun, 11 Mar 2007 13:28:49 +0000 Subject: [PATCH 1/1] load driver automatically if not loaded --- dhwk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dhwk/Makefile b/dhwk/Makefile index 4c431de..8de6c3d 100644 --- a/dhwk/Makefile +++ b/dhwk/Makefile @@ -16,9 +16,11 @@ dhwk_fifo.ngc: fifo.xco -rmdir -p tmp/_cg test: + grep -q dhwk /proc/modules || (cd driver; ./build; sudo insmod dhwk.ko) dd if=/dev/urandom of=/tmp/in bs=1024 count=1024 dd if=/dev/dhwk of=/tmp/out bs=1024 count=1024& dd if=/tmp/in of=/dev/dhwk bs=1024 count=1024 + sleep 1 md5sum /tmp/in /tmp/out include ../common/Makefile.common -- 2.39.2