mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 09:00:54 +07:00
ac84eb47cc
Clearing obj-y, obj-m, obj-n, obj- in each Makefile is a useless habit. They are non-exported variables; therefore they are always empty whenever descending into each subdirectory. (Moreorver, obj-y and obj-m are also set to empty at the beginning of scripts/Makefile.build) Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Peter Foley <pefoley2@pefoley.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
9 lines
301 B
Makefile
9 lines
301 B
Makefile
obj-$(CONFIG_ARCH_IOP13XX) += setup.o
|
|
obj-$(CONFIG_ARCH_IOP13XX) += irq.o
|
|
obj-$(CONFIG_ARCH_IOP13XX) += pci.o
|
|
obj-$(CONFIG_ARCH_IOP13XX) += io.o
|
|
obj-$(CONFIG_ARCH_IOP13XX) += tpmi.o
|
|
obj-$(CONFIG_MACH_IQ81340SC) += iq81340sc.o
|
|
obj-$(CONFIG_MACH_IQ81340MC) += iq81340mc.o
|
|
obj-$(CONFIG_PCI_MSI) += msi.o
|