Commit 3460269d authored by Kai Germaschewski's avatar Kai Germaschewski

Fix arch/alpha/boot AS rule

arch/alpha/boot does not include Rules.make, so it can't use
the assembler rule provided there ;(
parent 4dfa2bf1
......@@ -8,12 +8,13 @@
# Copyright (C) 1994 by Linus Torvalds
#
USE_STANDARD_AS_RULE := true
EXTRA_AFLAGS := -traditional
LINKFLAGS = -static -T bootloader.lds #-N -relax
.S.s:
$(CPP) $(AFLAGS) -traditional -o $*.o $<
.S.o:
$(CC) $(AFLAGS) -traditional -c -o $*.o $<
OBJECTS = head.o main.o
BPOBJECTS = head.o bootp.o
TARGETS = vmlinux.gz tools/objstrip # also needed by aboot & milo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment