From 37ced39ae2ecfc945c21526faffb2449577bbeb7 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 26 Nov 2010 01:56:21 +0900 Subject: add build option USB_12KRO. --- Makefile.common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 467f6e777..7f3f9ae50 100644 --- a/Makefile.common +++ b/Makefile.common @@ -129,6 +129,9 @@ CDEFS += -DPRODUCT=$(PRODUCT) ifdef MOUSE_DELAY_TIME CDEFS += -DMOUSE_DELAY_TIME=$(MOUSE_DELAY_TIME) endif +ifdef USB_12KRO +CDEFS += -DUSB_12KRO +endif # Place -D or -U options here for ASM sources -- cgit v1.2.3