mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
TS-X2ボード対応でビルドできなくなっていたのを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@653 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4d072fd20a
commit
4936c74404
@ -35,8 +35,8 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
|||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
|
INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
|
||||||
|
|
||||||
LINCLUDES = $(SYSMENU_ROOT)/build/libraries_sysmenu/sysmenu/common/include
|
LINCLUDES = $(SYSMENU_ROOT)/build/libraries_sysmenu/sysmenu/common/include \
|
||||||
|
$(ROOT)/build/libraries/spi/ARM7/pm/include \
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -19,6 +19,10 @@
|
|||||||
#include <twl/mcu.h>
|
#include <twl/mcu.h>
|
||||||
#include <sysmenu.h>
|
#include <sysmenu.h>
|
||||||
#include "internal_api.h"
|
#include "internal_api.h"
|
||||||
|
#ifdef SDK_ARM7
|
||||||
|
#include <pm_pmic.h>
|
||||||
|
#endif // SDK_ARM7
|
||||||
|
|
||||||
|
|
||||||
// define data-----------------------------------------------------------------
|
// define data-----------------------------------------------------------------
|
||||||
#define SYSM_PXI_COMM_STAT_REQ 0
|
#define SYSM_PXI_COMM_STAT_REQ 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user