Index: kernel/Makefile
===================================================================
--- kernel/Makefile	(revision 6198611cbf70bcaf84b60380a0ea21b394608275)
+++ kernel/Makefile	(revision 890793bb6b874641ead0bdd471465d6453f7fb10)
@@ -125,4 +125,8 @@
 ifeq ($(CONFIG_NS16550),y)
 	DEFS += -DCONFIG_NS16550
+endif
+
+ifeq ($(CONFIG_NS16550_INTERRUPT_DRIVEN),y)
+	DEFS += -DCONFIG_NS16550_INTERRUPT_DRIVEN
 endif
 
