Also ship "arch/i386/start.S" for the userland kernel

This commit is contained in:
Pierre Pronchery 2018-04-05 02:25:55 +02:00
parent eeff2ec519
commit 54a5481bb7

View File

@ -5,7 +5,7 @@ cflags=-W -Wall -g -O2
as=$(CC) as=$(CC)
asflags_force=$(CFLAGSF) $(CFLAGS) -c asflags_force=$(CFLAGSF) $(CFLAGS) -c
ldflags_force=`../tools/platform.sh -V UKERNEL_LDFLAGS -C "$$ARCH"` ldflags_force=`../tools/platform.sh -V UKERNEL_LDFLAGS -C "$$ARCH"`
dist=Makefile,platform.sh dist=Makefile,arch/i386/start.S,platform.sh
[start.o] [start.o]
type=object type=object