add the directory arch/x86/scc to the kernel directories
This commit is contained in:
parent
ccb8e7c73a
commit
63bc9f000e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ NAME = metalsvm.bin
|
|||
SYM_NAME = metalsvm.sym
|
||||
LWIPDIRS = lwip/src/api lwip/src/core lwip/src/core/ipv4 lwip/src/netif
|
||||
DRIVERDIRS = drivers/net drivers/char
|
||||
KERNDIRS = libkern kernel mm fs arch/$(ARCH)/kernel arch/$(ARCH)/mm $(LWIPDIRS) $(DRIVERDIRS)
|
||||
KERNDIRS = libkern kernel mm fs arch/$(ARCH)/kernel arch/$(ARCH)/mm arch/$(ARCH)/scc $(LWIPDIRS) $(DRIVERDIRS)
|
||||
SUBDIRS = $(KERNDIRS)
|
||||
|
||||
CC_FOR_TARGET=gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue