coreboot-kgpe-d16/src/northbridge/intel/e7505/Makefile.inc

8 lines
125 B
PHP
Raw Normal View History

ifeq ($(CONFIG_NORTHBRIDGE_INTEL_E7505),y)
ramstage-y += northbridge.c
romstage-y += raminit.c
romstage-y += debug.c
endif