aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7505/Makefile.inc
blob: 89a5b8cb70c371cf21e913877abdead35778763a (plain)
1
2
3
4
5
6
7
ifeq ($(CONFIG_NORTHBRIDGE_INTEL_E7505),y)

ramstage-y += northbridge.c
romstage-y += raminit.c
romstage-y += debug.c

endif