xref: /kvm-unit-tests/arm/Makefile.arm64 (revision 6ed97c50871a0d85e9ef5e1f4da96bc4263b4b97)
1#
2# arm64 makefile
3#
4# Authors: Andrew Jones <drjones@redhat.com>
5#
6bits = 64
7ldarch = elf64-littleaarch64
8kernel_offset = 0x80000
9
10cstart.o = $(TEST_DIR)/cstart64.o
11cflatobjs += lib/arm64/processor.o
12cflatobjs += lib/arm64/spinlock.o
13
14# arm64 specific tests
15tests =
16
17include $(TEST_DIR)/Makefile.common
18
19arch_clean: arm_clean
20	$(RM) lib/arm64/.*.d
21