#------------------------------------------------------------------------
# Drivers
#   These rules assist with the generation of the driver disks, 
#   which contain kernel modules and such
#   
#------------------------------------------------------------------------

drivers.tgz: utilities/floppy_split modules.tgz driverdisks.sh Makefile \
             $(shell find scripts/drivers -type f )
	$(ROOTCMD) ./driverdisks.sh "" modules.tgz modcont $(archive)

drivers%.tgz: modules%.tgz driverdisks.sh Makefile \
              $(shell find scripts/drivers -type f )
	$(ROOTCMD) ./driverdisks.sh "$(*)" $< modcont$(*) $(archive)


#Local variables:
#mode: Makefile
#End:
