summaryrefslogtreecommitdiffstats
path: root/external/devicetree/Makefile
blob: 5a136f49999a34a8cf67ddbcd80db393dc1f0fc7 (plain)
1
2
3
4
5
6
7
8
9
10
DTC=/usr/bin/dtc
OUT=p9-simics.dtb

all: $(OUT)

%.dtb: %.dts
	$(DTC) -I dts -O dtb $< -o $@

clean:
	$(RM) $(OUT)
OpenPOWER on IntegriCloud