blob: 9081b07714d27a0b2aa6735278dab1d3e51d4a42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# How does the config tool pick the correct
# cpufixup.c to generate cupfixup.o ?
uses k8
uses CPU_FIXUP
default k8=1
dir /cpu/k7
config chip.h
if CPU_FIXUP
object cpufixup.o
object apic_timer.o
end
|