Sign in
pigweed
/
third_party
/
github
/
hathach
/
tinyusb
/
ec2f2f3523c8a685bb56f5443faf92307f74a308
/
.
/
examples
/
device
/
hid_boot_interface
/
Makefile
blob: 52a24cdb0d4302144d64eb5155203d7123316211 [
file
]
include
../../
build_system
/
make
/
make
.
mk
INC
+=
\
src \
$
(
TOP
)/
hw \
# Example source
EXAMPLE_SOURCE
=
\
src
/
main
.
c \
src
/
usb_descriptors
.
c
SRC_C
+=
$
(
addprefix $
(
CURRENT_PATH
)/,
$
(
EXAMPLE_SOURCE
))
include
../../
build_system
/
make
/
rules
.
mk