diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-11 23:04:40 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-11 23:04:40 +1100 |
commit | 271c3f35bd36613513e2c2cc90dc914a84df116e (patch) | |
tree | 44cb3338aa51be48123211426ad039016ef81902 /arch/powerpc/kernel/vdso32 | |
parent | 548ccebc2a79c780724529948c79de0613f96776 (diff) | |
download | kernel_samsung_espresso10-271c3f35bd36613513e2c2cc90dc914a84df116e.zip kernel_samsung_espresso10-271c3f35bd36613513e2c2cc90dc914a84df116e.tar.gz kernel_samsung_espresso10-271c3f35bd36613513e2c2cc90dc914a84df116e.tar.bz2 |
powerpc: Fix some compile problems with the VDSO stuff
We needed the VDSO symbols in the arch/ppc asm-offsets.c, and there
were a few usages of _systemcfg still left lying around.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/vdso32')
-rw-r--r-- | arch/powerpc/kernel/vdso32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/vdso32/Makefile b/arch/powerpc/kernel/vdso32/Makefile index 758331d..8a3bed5 100644 --- a/arch/powerpc/kernel/vdso32/Makefile +++ b/arch/powerpc/kernel/vdso32/Makefile @@ -19,7 +19,7 @@ EXTRA_AFLAGS := -D__VDSO32__ -s obj-y += vdso32_wrapper.o extra-y += vdso32.lds -CPPFLAGS_vdso32.lds += -P -C -U$(ARCH) +CPPFLAGS_vdso32.lds += -P -C -Upowerpc # Force dependency (incbin is bad) $(obj)/vdso32_wrapper.o : $(obj)/vdso32.so |