x86: rename ia32*/*.c files have ia32 as their base name
Rename system.c and platform_config.c files in preparation for merging the ia32 based platforms to remove code duplication. Change-Id: I88caf5294817e06c235379e92cd8ee7472e88028 Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
This commit is contained in:
parent
4210a4df18
commit
e09e80d8e7
6 changed files with 4 additions and 4 deletions
|
@ -3,5 +3,5 @@ ccflags-y +=-I$(srctree)/include/drivers
|
|||
ccflags-y +=-I$(srctree)/drivers
|
||||
asflags-y := ${ccflags-y}
|
||||
|
||||
obj-y += platform_config.o
|
||||
obj-y += system.o
|
||||
obj-y += ia32_config.o
|
||||
obj-y += ia32.o
|
||||
|
|
|
@ -3,5 +3,5 @@ ccflags-y += -I$(srctree)/drivers
|
|||
|
||||
asflags-y := ${ccflags-y}
|
||||
|
||||
obj-y += platform_config.o
|
||||
obj-y += system.o
|
||||
obj-y += ia32_pci_config.o
|
||||
obj-y += ia32_pci.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue