summaryrefslogtreecommitdiff
path: root/Makefile.x86
blob: 2ab66d09d525348bda5988626fba91a686a3ff0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
bin_PROGRAMS =
libexec_PROGRAMS =

noinst_LTLIBRARIES =

noinst_LTLIBRARIES += stack/libblestack.la

stack_libblestack_la_SOURCES = stack/ll.h stack/ll.c   \
			       stack/bci.h stack/bci.c

libexec_PROGRAMS += examples/platform/nrf51822/helloworld/hello
examples_platform_nrf51822_helloworld_hello_SOURCES = stack/libblestack.la \
				examples/platform/nrf51822/helloworld/hello.c