diff options
author | tmk <nobody@nowhere> | 2010-11-26 01:56:21 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-11-26 01:56:21 +0900 |
commit | 37ced39ae2ecfc945c21526faffb2449577bbeb7 (patch) | |
tree | ec32b51a56d17f30cabd80e2bec7081a5f49e5b7 /Makefile.common | |
parent | d6da5546879f9979d043a0b223597af7e8dedbf8 (diff) |
add build option USB_12KRO.
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 467f6e777b..7f3f9ae50a 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 |