linux-arm-demo/driver/board_driver/01-led/makefile
2025-12-11 20:33:19 +08:00

8 lines
103 B
Makefile

led:led.s
arm-linux-gnueabihf-gcc -c led.s
arm-linux-gnueabihf-gcc -o led led.o
clean:
rm -f *.o