diff options
| author | tmk <nobody@nowhere> | 2011-09-17 22:39:50 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2011-09-17 23:53:18 +0900 |
| commit | e67c988824f5ec0c965beb412f8ee5953dfd3c8c (patch) | |
| tree | 190543f5bddfd31a326234aad91a0a995e55863a /Makefile.common | |
| parent | b703de7b298f8463bf4654fa3730ba1958a7fa9e (diff) | |
Added Bulegiga iWRAP support into HHKB.(Bluetooth)
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Makefile.common b/Makefile.common deleted file mode 100644 index 1922def001..0000000000 --- a/Makefile.common +++ /dev/null @@ -1,35 +0,0 @@ -SRC += host.c \ - keyboard.c \ - command.c \ - layer.c \ - timer.c \ - print.c \ - util.c - - -# Option modules -ifdef MOUSEKEY_ENABLE - SRC += mousekey.c - OPT_DEFS += -DMOUSEKEY_ENABLE -endif - -ifdef PS2_MOUSE_ENABLE - SRC += ps2.c \ - ps2_mouse.c - OPT_DEFS += -DPS2_MOUSE_ENABLE -endif - -ifdef USB_EXTRA_ENABLE - OPT_DEFS += -DUSB_EXTRA_ENABLE -endif - -ifdef USB_NKRO_ENABLE - OPT_DEFS += -DUSB_NKRO_ENABLE -endif - -ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE) - OPT_DEFS += -DUSB_MOUSE_ENABLE -endif - - -include $(COMMON_DIR)/Makefile.rules |
