summaryrefslogtreecommitdiff
path: root/examples/host/bare_api/Makefile
blob: 0235e08c37bf5a4f79b1b1a42304288717292406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include ../../build_system/make/make.mk

INC += \
	src \
	$(TOP)/hw \

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

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

include ../../build_system/make/rules.mk