sparc: Replace htog and gtoh with htobe and betoh.
[gem5.git] / util / Makefile
1 PROTO_PATH=../src/proto
2
3 packet_pb2.py: $(PROTO_PATH)/packet.proto
4 protoc --python_out=. --proto_path=$(PROTO_PATH) $<