From 06316eff5926361f8e3502644144b91f990ab519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Benedikt=20Kr=C3=BCger?= Date: Mon, 27 Jun 2011 12:33:41 +0200 Subject: [PATCH] ... --- MakefileSCC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakefileSCC b/MakefileSCC index a5c886dc..0259eda5 100644 --- a/MakefileSCC +++ b/MakefileSCC @@ -1,7 +1,7 @@ TOPDIR = $(shell pwd) ARCH = x86 NAME = metalsvm -LWIPDIRS = lwip/src/api lwip/src/core lwip/src/core/ipv4 lwip/src/netif +LWIPDIRS = lwip/src/arch 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 arch/$(ARCH)/scc $(LWIPDIRS) $(DRIVERDIRS) SUBDIRS = $(KERNDIRS)