diff options
author | Peter Stuge <peter@stuge.se> | 2009-10-17 02:51:26 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-10-17 02:51:26 +0000 |
commit | f078be2cb132da65540aa1a3d98649203d7ea139 (patch) | |
tree | 5dd251595ee5eee593fac8f4b8cf2ebd997a59b4 /src/cpu/via | |
parent | b1924301cac75adc9f63d75e03d6d165d418ddc8 (diff) |
Remove some more instances of including previous empty x86/fpu/Makefile.inc
Thanks to Jakob and Uwe for spotting the mistake!
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4800 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/via')
-rw-r--r-- | src/cpu/via/model_c3/Makefile.inc | 1 | ||||
-rw-r--r-- | src/cpu/via/model_c7/Makefile.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/via/model_c3/Makefile.inc b/src/cpu/via/model_c3/Makefile.inc index 70010ec70a..39eb0fdbd7 100644 --- a/src/cpu/via/model_c3/Makefile.inc +++ b/src/cpu/via/model_c3/Makefile.inc @@ -1,6 +1,5 @@ subdirs-y += ../../x86/tsc subdirs-y += ../../x86/mtrr -subdirs-y += ../../x86/fpu subdirs-y += ../../x86/lapic subdirs-y += ../../x86/cache subdirs-y += ../../x86/smm diff --git a/src/cpu/via/model_c7/Makefile.inc b/src/cpu/via/model_c7/Makefile.inc index d79f933f0b..06fcb129dc 100644 --- a/src/cpu/via/model_c7/Makefile.inc +++ b/src/cpu/via/model_c7/Makefile.inc @@ -1,6 +1,5 @@ subdirs-y += ../../x86/tsc subdirs-y += ../../x86/mtrr -subdirs-y += ../../x86/fpu subdirs-y += ../../x86/lapic subdirs-y += ../../x86/cache subdirs-y += ../../x86/smm |