add some drivers to Makefile.example
This commit is contained in:
parent
a7bc674cbf
commit
5d8da1103d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ TOPDIR = $(shell pwd)
|
|||
ARCH = x86
|
||||
NAME = metalsvm
|
||||
LWIPDIRS = lwip/src/arch lwip/src/api lwip/src/core lwip/src/core/ipv4 lwip/src/netif
|
||||
DRIVERDIRS = drivers/net drivers/char
|
||||
DRIVERDIRS = drivers/net drivers/char drivers/stdin drivers/stdout drivers/stderr
|
||||
KERNDIRS = libkern kernel mm fs arch/$(ARCH)/kernel arch/$(ARCH)/mm arch/$(ARCH)/scc $(LWIPDIRS) $(DRIVERDIRS)
|
||||
SUBDIRS = $(KERNDIRS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue