diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2012-02-09 16:51:38 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-02-09 19:45:49 +0100 |
commit | 12b72624ee876e5855d501a527413d5f96edf65b (patch) | |
tree | c60e75e2bcfcd6353f262e689035a557cf691499 /src/cpu/via/Makefile.inc | |
parent | c466287d4d4062478e3c3c5fc6502cfb5567f249 (diff) |
VIA cpus: apply un-written naming rules
Rename files and directories:
model_c3 -> c3
model_c7 -> c7
Change-Id: If144fc501e8ae44b347ac44fa90c689c33a8e126
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/614
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/via/Makefile.inc')
-rw-r--r-- | src/cpu/via/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/via/Makefile.inc b/src/cpu/via/Makefile.inc index 512f82b02e..2616111aaa 100644 --- a/src/cpu/via/Makefile.inc +++ b/src/cpu/via/Makefile.inc @@ -1,3 +1,3 @@ -subdirs-$(CONFIG_CPU_VIA_C7) += model_c7 -subdirs-$(CONFIG_CPU_VIA_C3) += model_c3 +subdirs-$(CONFIG_CPU_VIA_C7) += c7 +subdirs-$(CONFIG_CPU_VIA_C3) += c3 |