07930ff43421b8daf53c9c47d5a319fc8e1d96fe
[coreboot.git] / src / northbridge / intel / e7525 / Config.lb
1 uses HAVE_HIGH_TABLES
2
3 config chip.h
4 driver northbridge.o
5 driver pciexp_porta.o
6 driver pciexp_porta1.o
7 driver pciexp_portb.o
8 driver pciexp_portc.o
9
10 default HAVE_HIGH_TABLES=1
11
12 makerule raminit_test
13         depends "$(TOP)/src/northbridge/intel/e7525/raminit_test.c"
14         depends "$(TOP)/src/northbridge/intel/e7525/raminit.c"
15         action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g  $< -o $@"
16 end