]> git.ipfire.org Git - thirdparty/linux-firmware.git/blame - av7110/Makefile
mediatek: update MT8173 VPU firmware to v1.1.4
[thirdparty/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