linux-arm-demo/driver/board_driver/01-led/makefile

8 lines
112 B
Makefile
Raw Normal View History

2025-12-11 20:16:09 +08:00
led:led.s
arm-linux-gnueabihf-gcc -c -nostdlib led.s
2025-12-11 20:16:09 +08:00
arm-linux-gnueabihf-gcc -o led led.o
clean:
2025-12-11 20:33:19 +08:00
rm -f *.o