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