ce56835a5c
- uncomment commented out intel socket [kconfig] - HAVE_MOVNTI is a property of the cpu [kconfig] Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4996 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
4 lines
107 B
Makefile
4 lines
107 B
Makefile
obj-y += lapic.o
|
|
obj-y += lapic_cpu_init.o
|
|
obj-y += secondary.o
|
|
obj-$(CONFIG_UDELAY_LAPIC) += apic_timer.o
|