This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / northbridge / intel / e7525 / Config.lb
index 07930ff43421b8daf53c9c47d5a319fc8e1d96fe..fc3253d0ff3ad91264729633d001703895966dff 100644 (file)
@@ -1,4 +1,4 @@
-uses HAVE_HIGH_TABLES
+uses CONFIG_HAVE_HIGH_TABLES
 
 config chip.h
 driver northbridge.o
@@ -7,10 +7,10 @@ driver pciexp_porta1.o
 driver pciexp_portb.o
 driver pciexp_portc.o
 
-default HAVE_HIGH_TABLES=1
+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 "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g  $< -o $@"
+       action "$(CONFIG_HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g  $< -o $@"
 end