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.pjrc | |
parent | b703de7b298f8463bf4654fa3730ba1958a7fa9e (diff) |
Added Bulegiga iWRAP support into HHKB.(Bluetooth)
Diffstat (limited to 'Makefile.pjrc')
-rw-r--r-- | Makefile.pjrc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.pjrc b/Makefile.pjrc deleted file mode 100644 index 894d4dcee3..0000000000 --- a/Makefile.pjrc +++ /dev/null @@ -1,21 +0,0 @@ -OPT_DEFS += -DHOST_PJRC - -SRC = usb_keyboard.c \ - usb_debug.c \ - usb.c \ - jump_bootloader.c -SRC += $(TARGET_SRC) - - -# C source file search path -VPATH = $(TARGET_DIR):$(COMMON_DIR):$(COMMON_DIR)/pjrc - - -# Option modules -ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE) - SRC += usb_mouse.c -endif - -ifdef USB_EXTRA_ENABLE - SRC += usb_extra.c -endif |