diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-11-04 14:24:45 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-11-04 17:43:07 +0100 |
commit | 19fd74879a32fb10357e0cda9c8050f01bb3eeb8 (patch) | |
tree | daa661511b4a8c9f4e7a6d87f18429850c903fa2 /drivers/of/Makefile | |
parent | of/unittest: Remove test devices after adding them (diff) | |
download | linux-19fd74879a32fb10357e0cda9c8050f01bb3eeb8.tar.xz linux-19fd74879a32fb10357e0cda9c8050f01bb3eeb8.zip |
of/unittest: Rename selftest.c to unittest.c
This is unit testing code. It should use that name because it makes more
sense than 'selftest'. Rename the files to match and rename the config
variable.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r-- | drivers/of/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile index ca9209ce50cd..d90553fcd37f 100644 --- a/drivers/of/Makefile +++ b/drivers/of/Makefile @@ -6,8 +6,8 @@ obj-$(CONFIG_OF_PROMTREE) += pdt.o obj-$(CONFIG_OF_ADDRESS) += address.o obj-$(CONFIG_OF_IRQ) += irq.o obj-$(CONFIG_OF_NET) += of_net.o -obj-$(CONFIG_OF_SELFTEST) += of_selftest.o -of_selftest-objs := selftest.o testcase-data/testcases.dtb.o +obj-$(CONFIG_OF_UNITTEST) += of_unittest.o +of_unittest-objs := unittest.o unittest-data/testcases.dtb.o obj-$(CONFIG_OF_MDIO) += of_mdio.o obj-$(CONFIG_OF_PCI) += of_pci.o obj-$(CONFIG_OF_PCI_IRQ) += of_pci_irq.o |