summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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