mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-08-18 02:54:53 +00:00
10 lines
200 B
Makefile
10 lines
200 B
Makefile
.PHONY: all build clean
|
|
|
|
all: build
|
|
|
|
build:
|
|
cd ../../../sdk/ameba-rtos/amebadplus_gcc_project && ./build.py -a ../../../platforms/RTL8721DA/flasher_stub -g flashloader
|
|
|
|
clean:
|
|
rm RTL8721DA_Stub.bin
|