From 318324949e803997a916b5c0c257bdbccae89313 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 29 May 2011 13:02:04 -0700 Subject: [PATCH] add missing directory to the list of the lwip directories --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index 554c241d..71ff1725 100644 --- a/Makefile.example +++ b/Makefile.example @@ -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)