mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-27 15:04:28 +00:00
15 lines
249 B
Makefile
15 lines
249 B
Makefile
build:
|
|
make -C AMDPCNET build
|
|
make -C IntelGigabit build
|
|
make -C RTL8139 build
|
|
make -C RTL8169 build
|
|
|
|
prepare:
|
|
$(info Nothing to prepare)
|
|
|
|
clean:
|
|
make -C AMDPCNET clean
|
|
make -C IntelGigabit clean
|
|
make -C RTL8139 clean
|
|
make -C RTL8169 clean
|