summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/test/bridgedma-proto/Makefile
blob: 0423c997a8081c0b4ef0570372e98de89ad231de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: synth sparc

synth:
	$(MAKE) -f synth-Makefile

sparc:
	$(MAKE) -f sparc-Makefile

debug: obj/sparc/test-bridgedma-proto.elf
	$(CROSS_COMPILE_sparc)objdump -DSt $< > $<.dis

clean:
	rm -rf obj