view test/hacking-arm-thumb-interwork/diff-gcc-defs/Makefile @ 529:fe694c7677b4

- mips eabi doc disas examples
author Tassilo Philipp
date Thu, 14 Apr 2022 21:18:02 +0200
parents 3e629dc19168
children ed19b429a152
line wrap: on
line source

default: all
.PHONY: all clean

TOP = ../../..

include $(TOP)/ConfigVars

ifeq ("${CONFIG_OS}","iphoneos")
DIFFSCRIPT=diff-iphoneos.sh 
else
DIFFSCRIPT=diff-generic.sh
endif

all:
	sh ${DIFFSCRIPT}
clean:
	rm -Rf out