This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / northbridge / intel / e7520 / Config.lb
1 uses CONFIG_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 CONFIG_HAVE_HIGH_TABLES=1
11
12 makerule raminit_test
13         depends "$(TOP)/src/northbridge/intel/e7520/raminit_test.c"
14         depends "$(TOP)/src/northbridge/intel/e7520/raminit.c"
15         action "$(CONFIG_HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g  $< -o $@"
16 end