summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7525/Config.lb
blob: fc3253d0ff3ad91264729633d001703895966dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
uses CONFIG_HAVE_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_HAVE_HIGH_TABLES=1

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