Driver directory can be modified by config

This commit is contained in:
Alex
2022-11-01 19:58:49 +02:00
parent 44bc367e19
commit 1b400c7fd5
3 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ run: build qemu
clean:
rm -rf doxygen-doc iso_tmp_data
rm -f initrd/system/drivers/*.drv initrd.tar.gz $(OSNAME).iso $(OSNAME).img
rm -f initrd/system/drivers/*.fex initrd.tar.gz $(OSNAME).iso $(OSNAME).img
make -C Kernel clean
make -C Lynx clean
make -C Userspace clean