Commit f7730686 authored by Kai Germaschewski's avatar Kai Germaschewski

Remove assembler rules from top-level Makefile

Nobody is building files from the top-level Makefile anyway, and
if they were, they should use the standard assembler rules 
provided by Rules.make
parent 46ad2699
......@@ -210,11 +210,6 @@ export CPPFLAGS CFLAGS CFLAGS_KERNEL AFLAGS AFLAGS_KERNEL
export NETWORKS DRIVERS LIBS HEAD LDFLAGS LINKFLAGS MAKEBOOT ASFLAGS
.S.s:
$(CPP) $(AFLAGS) $(AFLAGS_KERNEL) -traditional -o $*.s $<
.S.o:
$(CC) $(AFLAGS) $(AFLAGS_KERNEL) -traditional -c -o $*.o $<
Version: dummy
@rm -f include/linux/compile.h
......
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