mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-07-11 15:19:23 +00:00
Added drivers
This commit is contained in:
8
Generic/Makefile
Normal file
8
Generic/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
build:
|
||||
make --quiet -C ExampleDriver build
|
||||
|
||||
prepare:
|
||||
$(info Nothing to prepare)
|
||||
|
||||
clean:
|
||||
make --quiet -C ExampleDriver clean
|
Reference in New Issue
Block a user