summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/e7525/Config.lb
blob: 0cc88990cccca8063ed820b3ff066c979a67408c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
uses CONFIG_WRITE_HIGH_TABLES

config chip.h
driver northbridge.o
driver pciexp_porta.o
driver pciexp_porta1.o
driver pciexp_portb.o
driver pciexp_portc.o

default CONFIG_WRITE_HIGH_TABLES=1

makerule raminit_test
	depends "$(TOP)/src/northbridge/intel/e7525/raminit_test.c"
	depends "$(TOP)/src/northbridge/intel/e7525/raminit.c"
	action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g  $< -o $@"
end