Files
OpenBK7231T_App/platforms/RTL8721DA/flasher_stub/Makefile
2026-06-20 08:55:14 +02:00

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