Revision 6ba201f8
Makefile | ||
---|---|---|
33 | 33 |
$(URTWARE_DIR)inc |
34 | 34 |
|
35 | 35 |
# C sources |
36 |
URTWARE_CSRC = |
|
36 |
URTWARE_CSRC = $(URTWARE_DIR)src/urt_core.c \ |
|
37 |
$(URTWARE_DIR)src/urt_node.c |
|
37 | 38 |
|
38 | 39 |
# C++ sources |
39 | 40 |
URTWARE_CPPSRC = |
inc/urt_core.h | ||
---|---|---|
22 | 22 |
#ifndef URTWARE_CORE_H |
23 | 23 |
#define URTWARE_CORE_H |
24 | 24 |
|
25 |
#include <urt_types.h> |
|
26 | 25 |
#include <urtware.h> |
27 | 26 |
|
28 | 27 |
/******************************************************************************/ |
urtware.h | ||
---|---|---|
95 | 95 |
/* |
96 | 96 |
* TODO: Add further µRtWare includes here (e.g. urt_core.h). |
97 | 97 |
*/ |
98 |
#include <urt_core.h> |
|
98 | 99 |
|
99 | 100 |
#endif /* URTWARE_H */ |
Also available in: Unified diff