summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-01-23 19:25:57 +0100
committerJustus Winter <justus@gnupg.org>2016-09-04 12:31:06 +0200
commitab07e7c967e6809eef7bbffed31232d994d0fab5 (patch)
tree18568bff061424611bd8413fc9e0edfdb6431dec
parent31ddc1d95301867736fcd64e9e34fe885ae98fd8 (diff)
fu_even_more_boot
-rw-r--r--boot/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 51882ee3..d700116d 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -27,8 +27,8 @@ MIGSTUBS = machServer.o mach_hostServer.o gnumachServer.o task_notifyServer.o
OBJS = boot.o $(COMMON-OBJS) $(MIGSTUBS)
UX-OBJS = mach-crt0.o uxboot.o sigvec.o syscall.o ux.o $(COMMON-OBJS)
target = boot
-MIGSFLAGS=-imacros $(srcdir)/mig-mutate.h
-io-MIGSFLAGS=-DREPLY_PORTS
+MIGSFLAGS=-imacros $(srcdir)/mig-mutate.h -DHURD_DEFAULT_PAYLOAD_TO_PORT=1
+io-MIGSFLAGS=-DREPLY_PORTS -DHURD_DEFAULT_PAYLOAD_TO_PORT=1
HURDLIBS = store shouldbeinlibc ihash
LDLIBS += -lpthread
@@ -39,8 +39,6 @@ include ../Makeconf
#/usr/local/bin/uxboot: uxboot
# cp $< $@
-MIGSFLAGS = -DHURD_DEFAULT_PAYLOAD_TO_PORT=1
-
all: boot # uxboot
uxboot.o: boot.c