Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision 41f7564e975bcef427a9a5bcbb0c12c9001f1a58)
+++ boot/Makefile	(revision e5a2ee82fb8b490768c6241be8d4c253e5f8c13b)
@@ -48,4 +48,8 @@
 endif
 
+ifeq ($(CONFIG_SMP),y)
+	DEFS += -DCONFIG_SMP
+endif
+
 .PHONY: all build config distclean clean generic_clean
 
