diff options
Diffstat (limited to 'share/examples/drivers')
-rw-r--r-- | share/examples/drivers/make_pseudo_driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/drivers/make_pseudo_driver.sh b/share/examples/drivers/make_pseudo_driver.sh index 32cce89..19c4acc 100644 --- a/share/examples/drivers/make_pseudo_driver.sh +++ b/share/examples/drivers/make_pseudo_driver.sh @@ -29,7 +29,7 @@ grep -v GENERIC < GENERIC >>${UPPER} cat >>${UPPER} <<DONE # trust me, you'll need this options DDB -pseudo-device ${1} 4 # might as well allow 4 of them +device ${1} 4 # might as well allow 4 of them DONE cat >../../dev/${1}.c <<DONE |