1## SPDX-License-Identifier: GPL-2.0-only 2 3subdirs-y += ../model_106cx 4subdirs-y += ../microcode 5subdirs-y += ../speedstep 6 7bootblock-y += ../car/bootblock.c 8bootblock-y += ../car/non-evict/cache_as_ram.S 9 10postcar-y += ../car/non-evict/exit_car.S 11 12romstage-y += ../car/romstage.c 13