Make it so that we use the mainboard/leadtek tree for crt0.S

Just a trial idea.
This commit is contained in:
Ronald G. Minnich 2000-10-19 02:34:36 +00:00
parent e14a836658
commit 2caf04e41f

View file

@ -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