summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/e7520/Config.lb
blob: a67b45ce24a9f7c45a5e60b8c5b55f4482425f82 (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/e7520/raminit_test.c"
	depends "$(TOP)/src/northbridge/intel/e7520/raminit.c"
	action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g  $< -o $@"
end