Changeset 444 for trunk/kernel/Makefile


Ignore:
Timestamp:
May 16, 2018, 8:31:35 PM (6 years ago)
Author:
satin@…
Message:

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/Makefile

    r440 r444  
    186186# List of directories to be searched for included files
    187187# when compiling for kernel.elf generation
    188 KERNEL_INCLUDE = -I.                   \
    189                  -Ikern                \
    190                  -Idevices             \
    191                  -Isyscalls            \
     188KERNEL_INCLUDE = -I.                  \
     189                 -Ikern             \
     190                 -Idevices          \
     191                 -Isyscalls         \
     192                 -I$(SHARED_INCLUDE)  \
    192193                 -I$(HAL_ARCH)/drivers \
    193194                 -Isyscalls            \
Note: See TracChangeset for help on using the changeset viewer.