diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-07-22 20:19:17 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-10 01:35:24 +0300 |
| commit | 9d9efc0c5aaf889e8c041278e0fec7baa9e6dc40 (patch) | |
| tree | da494e1fd52b392cf51e457ab871f124232106fe /zephyr/Kbuild | |
| parent | cff9f02cd735d344552f8c1d6c176e51f5c7f94b (diff) | |
zephyr: Initial Zephyr RTOS port, Zephyr part.
Diffstat (limited to 'zephyr/Kbuild')
| -rw-r--r-- | zephyr/Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/Kbuild b/zephyr/Kbuild new file mode 100644 index 000000000..9e656d5f4 --- /dev/null +++ b/zephyr/Kbuild @@ -0,0 +1,3 @@ +#subdir-ccflags-y += -I$(SOURCE_DIR)/../mylib/include + +obj-y += src/ |
