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