diff options
| author | Rafal Jaworowski <[email protected]> | 2008-01-15 12:52:31 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-02-14 22:00:41 +0100 |
| commit | f57d7d364ce189e39b0a64338d2f8012c074a2bd (patch) | |
| tree | b4ebdc84f73cfc2e9415b4b757cb0eded90c6610 /lib_ppc/Makefile | |
| parent | fe891ecf4d187e9d11dde869ed4623af52b54451 (diff) | |
ppc: Refactor cache routines, so there is only one common set.
Signed-off-by: Rafal Jaworowski <[email protected]>
Diffstat (limited to 'lib_ppc/Makefile')
| -rw-r--r-- | lib_ppc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/Makefile b/lib_ppc/Makefile index 2ba034f1ee0..afbd5caf5a3 100644 --- a/lib_ppc/Makefile +++ b/lib_ppc/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(ARCH).a -SOBJS = ppcstring.o ticks.o +SOBJS = ppccache.o ppcstring.o ticks.o COBJS = board.o \ bat_rw.o cache.o extable.o kgdb.o time.o interrupts.o |
