mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Make it so that we use the mainboard/leadtek tree for crt0.S
Just a trial idea.
This commit is contained in:
parent
e14a836658
commit
2caf04e41f
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ linuxbios: $(OBJECTS) vmlinux.bin.gz
|
|||
# .inc files (relative to $TOP/src) in crt0.S.
|
||||
# So, for example, earlymtrr.inc is included as cpu/p6/earlymtrr.inc
|
||||
# To make this work, add the extra -I $(TOP)/src here.
|
||||
crt0.s: crt0.S
|
||||
$(CCASM) -I $(TOP)/src -E crt0.S > crt0.s
|
||||
crt0.s: $(TOP)/src/mainboard/leadtek/winfast6300/crt0.S
|
||||
$(CCASM) -I $(TOP)/src -E $< > crt0.s
|
||||
|
||||
crt0.o : crt0.s
|
||||
$(CCASM) -c crt0.s
|
||||
|
|
Loading…
Add table
Reference in a new issue