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