diff --git a/LUFA/Build/lufa.build.in b/LUFA/Build/lufa.build.in
index 066986aeda71bd0f74b3741629982a2063e032a2..62e902adb068dc8bf012e1296e1c5dfa840ce43c 100644
--- a/LUFA/Build/lufa.build.in
+++ b/LUFA/Build/lufa.build.in
@@ -87,10 +87,12 @@ ifeq ($(ARCH), AVR8)
    CROSS        := avr-
 else ifeq ($(ARCH), XMEGA)
    CROSS        := avr-
+   $(warning The XMEGA device support is currently EXPERIMENTAL (incomplete and/or non-functional), and is included for preview purposes only.)
 else ifeq ($(ARCH), UC3)
    CROSS        := avr32-
+   $(warning The UC3 device support is currently EXPERIMENTAL (incomplete and/or non-functional), and is included for preview purposes only.)
 else
-    $(error Unsupported architecture "$(ARCH)".)
+   $(error Unsupported architecture "$(ARCH)")
 endif
 
 # Output Messages