From 965df7faefabdd5f571b5eb46d45470223c91e12 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 10:35:19 +0100 Subject: Adding sbrk, and fixing a couple of other makefile problems. --- arch/config.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/config.mk') diff --git a/arch/config.mk b/arch/config.mk index a475d59..f182a95 100644 --- a/arch/config.mk +++ b/arch/config.mk @@ -1,5 +1,3 @@ -include $(ROOTDIR)/common.mk - ifeq ($(CPU),arm) ifeq ($(CPU_FLAVOR),lpc1768) TARGET_INCLUDES += $(ROOTDIR)/arch/arm/lpc17xx/Core/CM3/DeviceSupport/NXP/LPC17xx $(ROOTDIR)/arch/arm/lpc17xx/Core/CM3/CoreSupport $(ROOTDIR)/arch/arm/lpc17xx/Drivers/include -- cgit v1.2.3