xref: /openbmc/linux/tools/testing/selftests/powerpc/switch_endian/Makefile (revision a36954f5)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEST_GEN_PROGS := switch_endian_test
2
3ASFLAGS += -O2 -Wall -g -nostdlib -m64
4
5EXTRA_CLEAN = $(OUTPUT)/*.o $(OUTPUT)/check-reversed.S
6
7include ../../lib.mk
8
9$(OUTPUT)/switch_endian_test: $(OUTPUT)/check-reversed.S
10
11$(OUTPUT)/check-reversed.o: $(OUTPUT)/check.o
12	$(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
13
14$(OUTPUT)/check-reversed.S: $(OUTPUT)/check-reversed.o
15	hexdump -v -e '/1 ".byte 0x%02X\n"' $< > $@
16

served by {OpenGrok

Last Index Update: Sat May 03 03:01:14 CDT 2025