From 54a5481bb723d73ce4660797aea7598f512dee71 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 5 Apr 2018 02:25:55 +0200 Subject: [PATCH] Also ship "arch/i386/start.S" for the userland kernel --- tools/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/project.conf b/tools/project.conf index 197818a..7ac4d12 100644 --- a/tools/project.conf +++ b/tools/project.conf @@ -5,7 +5,7 @@ cflags=-W -Wall -g -O2 as=$(CC) asflags_force=$(CFLAGSF) $(CFLAGS) -c ldflags_force=`../tools/platform.sh -V UKERNEL_LDFLAGS -C "$$ARCH"` -dist=Makefile,platform.sh +dist=Makefile,arch/i386/start.S,platform.sh [start.o] type=object