diff options
author | Brad Bishop <bradleyb@us.ibm.com> | 2015-09-21 18:33:54 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@us.ibm.com> | 2015-09-21 18:33:54 -0400 |
commit | 35aa1b51272a2347702e298cd73c745f090134e4 (patch) | |
tree | 250f6e64ed10c4a36e3bdad32854ea239332f0b1 /meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-sdbus | |
parent | 5a277f9fb98b8f41aec8a44ca1887cd887286610 (diff) | |
download | talos-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/Makefile | 2 |
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 $@ |