summaryrefslogtreecommitdiff
path: root/examples/device/midi2_device/Makefile
blob: 829d9da59d534bc0c3143d1e7c06799df3d58d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ../../../hw/bsp/family_support.mk

INC += \
	src \

# Example source
EXAMPLE_SOURCE += \
  src/main.c \
  src/usb_descriptors.c \

SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE))

# Suppress pre-existing warning in usbd.c
CFLAGS_GCC += -Wno-type-limits

include ../../../hw/bsp/family_rules.mk