2024-11-20 05:01:24 +02:00

8 lines
103 B
Makefile

build:
make -C e1000 build
make -C rtl8139 build
clean:
make -C e1000 clean
make -C rtl8139 clean