summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCyril Bur <cyril.bur@au1.ibm.com>2016-11-15 11:50:41 +1100
committerCyril Bur <cyril.bur@au1.ibm.com>2017-01-16 14:18:35 +1100
commitc85e34d1ba46ab8cb4d4bd2656007b372eed7457 (patch)
tree1d5ad0ebb26eaf86e4f28fbdd4d681d4f4a33a24 /Makefile
parent314929b41e75dd2834cc5eeb6a0f360de0a02c09 (diff)
downloadphosphor-mboxd-c85e34d1ba46ab8cb4d4bd2656007b372eed7457.tar.gz
phosphor-mboxd-c85e34d1ba46ab8cb4d4bd2656007b372eed7457.zip
mboxd: Stripped down super simple daemon
This daemon may prove useful for debugging and for adding features. Production daemons will likely need to be better designed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9745852..8e6447d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,11 +4,13 @@ ifdef KERNEL_HEADERS
CFLAGS += -I$(KERNEL_HEADERS)
endif
-EXE =
+EXE = mboxd
all: $(EXE)
$(EXE): common.o
+mboxd: CFLAGS += -DPREFIX="\"MBOXD\""
+
clean:
rm -rf *.o $(EXE)
OpenPOWER on IntegriCloud