Move platforms to new arch/<arch>/platforms directory
Change-Id: I9ad5d51329d381c091aa47b482a8e38e7c194118 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
3019daba6a
commit
213db12fbf
44 changed files with 25 additions and 25 deletions
|
@ -1,6 +1,6 @@
|
|||
ccflags-y += -I$(srctree)/include/drivers
|
||||
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_PLATFORM))
|
||||
ccflags-y +=-I$(srctree)/arch/$(ARCH)/platforms/$(strip $(CONFIG_PLATFORM))
|
||||
|
||||
obj-$(CONFIG_PCI) = pci.o pci_config.o pci_interface.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue