Files in those directories are still used, but always with explicit path. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4792 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
10 lines
206 B
Makefile
10 lines
206 B
Makefile
subdirs-y += ../../x86/tsc
|
|
subdirs-y += ../../x86/fpu
|
|
subdirs-y += ../../x86/lapic
|
|
subdirs-y += ../../x86/cache
|
|
subdirs-y += ../../x86/smm
|
|
|
|
driver-y += model_lx_init.o
|
|
obj-y += cpubug.o
|
|
obj-y += vsmsetup.o
|