mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fix to use the right kernel
This commit is contained in:
parent
81cdc84943
commit
faced47a79
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ OBJECTS += serial_subr.o
|
||||||
OBJECTS += mpspec.o
|
OBJECTS += mpspec.o
|
||||||
OBJECTS += microcode.o
|
OBJECTS += microcode.o
|
||||||
OBJECTS += keyboard.o
|
OBJECTS += keyboard.o
|
||||||
LINUX=$(TOP)/../linux-2.4.0-test6.via/
|
LINUX=$(TOP)/../linux-2.4.0-test6.sis/
|
||||||
|
|
||||||
LINK = ld -T $(TOP)/src/mainboard/asus/cua/ldscript.ld -o $@ $(OBJECTS)
|
LINK = ld -T $(TOP)/src/mainboard/asus/cua/ldscript.ld -o $@ $(OBJECTS)
|
||||||
CC=cc $(CFLAGS)
|
CC=cc $(CFLAGS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue