summaryrefslogtreecommitdiffstats
path: root/common/recipes-core/ipmbd/files/Makefile
blob: 719ccc3bc8f4c64857ee9ebb4844a87cf3780a61 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2015-present Facebook. All Rights Reserved.
all: ipmbd

ipmbd: ipmbd.o
	$(CC) $(CFLAGS) -pthread -lrt -lipmi -std=gnu99 -o $@ $^ $(LDFLAGS)

.PHONY: clean

clean:
	rm -rf *.o ipmbd
OpenPOWER on IntegriCloud