]> git.proxmox.com Git - mirror_linux-firmware.git/blame - av7110/Makefile
cavium: Update firmware for CNN55XX crypto driver
[mirror_linux-firmware.git] / av7110 / Makefile
CommitLineData
5cbed982
BH
1CC = arm-linux-gnueabi-gcc
2LD = arm-linux-gnueabi-ld
3OBJCOPY = arm-linux-gnueabi-objcopy
4
5bootcode.bin: Boot.S
6 $(CC) -mbig-endian -c Boot.S
7 $(LD) -Ttext 0x2c000000 -EB -o Boot Boot.o
8 $(OBJCOPY) -Obinary Boot bootcode.bin
9
10clean:
11 rm -f Boot.o Boot bootcode.bin