mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Make it really compile.
This commit is contained in:
parent
f525e3b1b5
commit
53deb608bc
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ OBJECTS += serial_subr.o
|
|||
OBJECTS += mpspec.o
|
||||
OBJECTS += microcode.o
|
||||
OBJECTS += keyboard.o
|
||||
LINUX=/usr/src/linux-2.4.0/lobos
|
||||
LINUX=$(TOP)/../linux-2.4.0-test6.linuxbios/
|
||||
|
||||
LINK = ld -T ldscript.ld -o $@ $(OBJECTS)
|
||||
CC=cc $(CFLAGS)
|
||||
|
|
|
@ -29,7 +29,7 @@ OBJECTS += serial_subr.o
|
|||
OBJECTS += mpspec.o
|
||||
OBJECTS += microcode.o
|
||||
OBJECTS += keyboard.o
|
||||
LINUX=/usr/src/linux-2.4.0/lobos
|
||||
LINUX=$(TOP)/../linux-2.4.0-test6.sis/
|
||||
|
||||
LINK = ld -T ldscript.ld -o $@ $(OBJECTS)
|
||||
CC=cc $(CFLAGS)
|
||||
|
|
Loading…
Add table
Reference in a new issue