Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3802 → Rev 3803

/trunk/uspace/lib/libfs/Makefile
30,7 → 30,7
## Common compiler flags
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../libc
## Setup toolchain
/trunk/uspace/lib/libblock/Makefile
30,7 → 30,7
## Common compiler flags
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../libc
## Setup toolchain
/trunk/uspace/lib/softfloat/Makefile
29,7 → 29,7
## Common compiler flags
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../libc
## Setup toolchain
/trunk/uspace/lib/softint/Makefile
29,7 → 29,7
## Common compiler flags
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = ../libc
## Setup toolchain
/trunk/uspace/lib/libc/Makefile.toolchain
30,12 → 30,11
CFLAGS = -fno-builtin -Wall -Werror-implicit-function-declaration -Wmissing-prototypes -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include -pipe -g
LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a
AFLAGS =
#-Werror
 
## Setup platform configuration
#
 
include $(LIBC_PREFIX)/arch/$(ARCH)/Makefile.inc
-include $(LIBC_PREFIX)/arch/$(ARCH)/Makefile.inc
 
## Simple detection of the host system
#
/trunk/uspace/lib/libc/Makefile
29,7 → 29,7
## Common compiler flags
#
 
include ../../Makefile.config
-include ../../../Makefile.config
 
LIBC_PREFIX = $(shell pwd)
SOFTINT_PREFIX = ../softint
/trunk/uspace/lib/libc/arch/mips32/Makefile.inc
37,7 → 37,7
TOOLCHAIN_DIR = $(CROSS_PREFIX)/mipsel/bin
CFLAGS += -mips3
 
-include ../../Makefile.config
-include ../../../Makefile.config
ifeq ($(CONFIG_MIPS_FPU),y)
CFLAGS += -DCONFIG_MIPS_FPU
endif