mirror of
https://github.com/YikeStone/MT7601u.git
synced 2025-08-02 10:54:08 +05:30
15 lines
188 B
Makefile
15 lines
188 B
Makefile
all:
|
|
make -C src/ osutil
|
|
make -C src/ build_tools
|
|
make -C src/ osdrv
|
|
make -C src/ osnet
|
|
|
|
clean:
|
|
make -C src/ clean
|
|
|
|
install:
|
|
make -C src/ install
|
|
|
|
uninstall:
|
|
make -C src/ uninstall
|