Author: oxygene Date: 2008-09-11 20:22:05 +0200 (Thu, 11 Sep 2008) New Revision: 61
Modified: trunk/filo/Makefile trunk/filo/configs/defconfig Log: - add CONFIG_DEBUG_VFS to defconfig - keep preset CFLAGS alive
Modified: trunk/filo/Makefile =================================================================== --- trunk/filo/Makefile 2008-09-11 17:51:27 UTC (rev 60) +++ trunk/filo/Makefile 2008-09-11 18:22:05 UTC (rev 61) @@ -92,7 +92,7 @@
GCCINCDIR = $(shell $(CC) -print-search-dirs | head -n 1 | cut -d' ' -f2)include CPPFLAGS = -nostdinc -imacros $(obj)/config.h -Iinclude -I$(GCCINCDIR) -MD -CFLAGS := -Wall $(STACKPROTECT) $(INCLUDES) -Os -fomit-frame-pointer -fno-common -ffreestanding -fno-strict-aliasing +CFLAGS += -Wall $(STACKPROTECT) $(INCLUDES) -Os -fomit-frame-pointer -fno-common -ffreestanding -fno-strict-aliasing
TARGET = $(obj)/filo.elf
Modified: trunk/filo/configs/defconfig =================================================================== --- trunk/filo/configs/defconfig 2008-09-11 17:51:27 UTC (rev 60) +++ trunk/filo/configs/defconfig 2008-09-11 18:22:05 UTC (rev 61) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # FILO version: 0.6.0b1 -# Tue Aug 19 18:33:40 2008 +# Thu Sep 11 20:18:11 2008 # CONFIG_TARGET_I386=y # CONFIG_REVIEW is not set @@ -69,6 +69,7 @@ # CONFIG_DEBUG_SEGMENT is not set # CONFIG_DEBUG_SYS_INFO is not set # CONFIG_DEBUG_BLOCKDEV is not set +# CONFIG_DEBUG_VFS is not set # CONFIG_DEBUG_FSYS_EXT2FS is not set # CONFIG_DEBUG_PCI is not set # CONFIG_DEBUG_LINUXLOAD is not set