mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
Add "DC_InvalidateRange" before ARM9 read touchpanel data from systemwork.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@198 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
2272987a1d
commit
2b07762c52
50
build/libraries/spi/ARM9/Makefile
Normal file
50
build/libraries/spi/ARM9/Makefile
Normal file
@ -0,0 +1,50 @@
|
||||
#! make -f
|
||||
#----------------------------------------------------------------------------
|
||||
# Project: NitroSDK - libraries - spi
|
||||
# File: Makefile.CORE
|
||||
#
|
||||
# Copyright 2005 Nintendo. All rights reserved.
|
||||
#
|
||||
# These coded instructions, statements, and computer programs contain
|
||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||
# Company Ltd., and are protected by Federal copyright law. They may
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Log: Makefile.CORE,v $
|
||||
# Revision 1.1 2005/05/26 02:50:14 terui
|
||||
# ライブラリを作成するコア部分をMakefileから切り出して新規追加
|
||||
#
|
||||
# $NoKeywords: $
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
# build ARM & THUMB libraries
|
||||
TWL_CODEGEN_ALL ?= True
|
||||
|
||||
# INCDIR ?= ../include
|
||||
INCDIR = $(TWL_NITROSDK_ROOT)/build/libraries/spi/include
|
||||
|
||||
SRCDIR = ./src
|
||||
SRCDIR += $(TWL_NITROSDK_ROOT)/build/libraries/spi/ARM9/src \
|
||||
|
||||
SRCS = tp.c mic.c pm.c
|
||||
|
||||
TARGET_LIB = libspi$(TWL_LIBSUFFIX).a
|
||||
|
||||
include $(TWLSDK_ROOT)/build/buildtools/commondefs
|
||||
|
||||
INSTALL_TARGETS = $(TARGETS)
|
||||
INSTALL_DIR = $(TWL_INSTALL_LIBDIR)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
do-build: $(TARGETS)
|
||||
|
||||
include $(TWLSDK_ROOT)/build/buildtools/modulerules
|
||||
|
||||
|
||||
#===== End of Makefile =====
|
||||
1340
build/libraries/spi/ARM9/src/tp.c
Normal file
1340
build/libraries/spi/ARM9/src/tp.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
# SUBDIRS = ARM9
|
||||
SUBDIRS = ARM9
|
||||
|
||||
ifdef TWL_WITH_ARM7
|
||||
SUBDIRS += ARM7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user