mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-25 22:14:31 +00:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
build:
|
|
make -C e1000 build
|
|
make -C rtl8139 build
|
|
|
|
clean:
|
|
make -C e1000 clean
|
|
make -C rtl8139 clean
|