Also ship "arch/i386/start.S" for the userland kernel
This commit is contained in:
parent
eeff2ec519
commit
54a5481bb7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user