mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
powerpc: Remove 83xx from arch/powerpc/platforms/Makefile for now
Since we don't have an 83xx directory or a 83xx/Makefile, having 83xx in causes make clean to fail. Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
3b341c1c41
commit
8d66912c3d
@ -2,7 +2,6 @@ ifeq ($(CONFIG_PPC32),y)
|
|||||||
obj-$(CONFIG_PPC_PMAC) += powermac/
|
obj-$(CONFIG_PPC_PMAC) += powermac/
|
||||||
endif
|
endif
|
||||||
obj-$(CONFIG_4xx) += 4xx/
|
obj-$(CONFIG_4xx) += 4xx/
|
||||||
obj-$(CONFIG_83xx) += 83xx/
|
|
||||||
obj-$(CONFIG_85xx) += 85xx/
|
obj-$(CONFIG_85xx) += 85xx/
|
||||||
obj-$(CONFIG_PPC_PSERIES) += pseries/
|
obj-$(CONFIG_PPC_PSERIES) += pseries/
|
||||||
obj-$(CONFIG_PPC_ISERIES) += iseries/
|
obj-$(CONFIG_PPC_ISERIES) += iseries/
|
||||||
|
Loading…
Reference in New Issue
Block a user