diff options
| author | ruki <[email protected]> | 2015-04-23 13:23:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-04-23 13:23:37 +0800 |
| commit | aea3dbeeeabd51d16a41d73a203f0467f8ad6cf0 (patch) | |
| tree | 16c15df5765e095934e8662ec24220a576417c72 /core/src/xmake/makefile | |
| parent | bdcac40834aaebd4a9d52b607a42f593e8a85a3c (diff) | |
add machine interfaces
Diffstat (limited to 'core/src/xmake/makefile')
| -rwxr-xr-x | core/src/xmake/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index 92499372a..394a48950 100755 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -12,7 +12,8 @@ xmake_CONFIG = y # core files xmake_C_FILES += \ - xmake + xmake \ + machine # flags @@ -21,6 +22,7 @@ xmake_CXFLAGS += -D__tb_prefix__=\"xmake\" # header files xmake_INC_FILES = \ xmake.h \ + machine.h \ config.h \ prefix.h \ prefix/prefix.h \ |
