From 63bc9f000e5ce3705a22e5e5fa52226c28040878 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 24 Mar 2011 13:13:35 +0100 Subject: [PATCH] add the directory arch/x86/scc to the kernel directories --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index b3f2a448..ad7a525c 100644 --- a/Makefile.example +++ b/Makefile.example @@ -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