Sign in
pigweed
/
third_party
/
github
/
hathach
/
tinyusb
/
82880eecbd51ce8cf801ae0c04871e65f81826f4
/
.
/
examples
/
device
/
cdc_msc
/
Makefile
blob: 429959e701c957f3d93a2b0f27271b2c9b3bec19 [
file
]
include
../../
make
.
mk
INC
+=
\
src \
$
(
TOP
)/
hw \
# Example source
EXAMPLE_SOURCE
+=
\
src
/
main
.
c \
src
/
msc_disk
.
c \
src
/
usb_descriptors
.
c \
SRC_C
+=
$
(
addprefix $
(
CURRENT_PATH
)/,
$
(
EXAMPLE_SOURCE
))
include
../../
rules
.
mk