summaryrefslogtreecommitdiff
path: root/examples/typec/power_delivery/Makefile
blob: 7f65c689a0c7167d9e62b554b2eca3ff2a1c92ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include ../../../hw/bsp/family_support.mk

INC += \
  src \


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

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

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