summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/hid_boot_interface/Makefile')
-rw-r--r--examples/device/hid_boot_interface/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_boot_interface/Makefile b/examples/device/hid_boot_interface/Makefile
index d58a539e8..b3f2cc588 100644
--- a/examples/device/hid_boot_interface/Makefile
+++ b/examples/device/hid_boot_interface/Makefile
@@ -8,7 +8,7 @@ INC += \
EXAMPLE_SOURCE = \
src/main.c \
src/usb_descriptors.c
-
+
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk