summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-09-21 18:33:54 -0400
committerBrad Bishop <bradleyb@us.ibm.com>2015-09-21 18:33:54 -0400
commit35aa1b51272a2347702e298cd73c745f090134e4 (patch)
tree250f6e64ed10c4a36e3bdad32854ea239332f0b1 /meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus
parent5a277f9fb98b8f41aec8a44ca1887cd887286610 (diff)
downloadtalos-openbmc-35aa1b51272a2347702e298cd73c745f090134e4.tar.gz
talos-openbmc-35aa1b51272a2347702e298cd73c745f090134e4.zip
Remove debug print from Makefile
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus')
-rw-r--r--meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus/files/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus/files/Makefile b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus/files/Makefile
index 5166fdf59..0aaeb5341 100644
--- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus/files/Makefile
+++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus/files/Makefile
@@ -6,8 +6,6 @@ INCLUDES += $(shell pkg-config --cflags $(DEPPKGS))
LIBS += $(shell pkg-config --libs $(DEPPKGS))
%.o : %.c
- echo $(CFLAGS)
- echo $(INCLUDES)
$(CC) -c $< $(CFLAGS) $(INCLUDES) -o $@
$(EXE): $(OBJS)
$(CC) $^ $(LDFLAGS) $(LIBS) -o $@
OpenPOWER on IntegriCloud