Index: kernel/Makefile
===================================================================
--- kernel/Makefile	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
+++ kernel/Makefile	(revision 55f068c2718ae33543fa18f49d0534ec95459b8d)
@@ -308,5 +308,5 @@
 		test/thread/thread1.c \
 		test/smpcall/smpcall1.c
-	
+
 	ifeq ($(KARCH),mips32)
 		GENERIC_SOURCES += test/debug/mips1.c
@@ -314,5 +314,5 @@
 		GENERIC_SOURCES += test/debug/mips1_skip.c
 	endif
-	
+
 	ifeq ($(KARCH),ia64)
 		GENERIC_SOURCES += test/mm/purge1.c
@@ -320,5 +320,5 @@
 		GENERIC_SOURCES += test/mm/purge1_skip.c
 	endif
-	
+
 endif
 
@@ -428,8 +428,8 @@
 	$(OBJDUMP) -t $(ARCH_OBJECTS) $(GENARCH_OBJECTS) $(GENERIC_OBJECTS) > $(DUMP)
 	$(GENMAP) $(MAP_PREV) $(DUMP) $@
-	
+
 	# Do it once again, this time to get correct even the symbols
 	# on architectures that have bss after symtab
-	
+
 	echo "$(AS_PROLOG)""$(SYMTAB_SECTION)"" .incbin \"$@\"" | $(CC) $(CFLAGS) $(AS_CFLAGS) -x assembler -c -o $(SIZEOK_MAP) -
 ifeq ($(CONFIG_LTO),y)
