Commit 5bedd81b authored by David Mosberger's avatar David Mosberger

as-flags.diff

parent 764b6acf
...@@ -245,14 +245,14 @@ MRPROPER_DIRS = \ ...@@ -245,14 +245,14 @@ MRPROPER_DIRS = \
include arch/$(ARCH)/Makefile include arch/$(ARCH)/Makefile
export CPPFLAGS CFLAGS AFLAGS export CPPFLAGS CFLAGS CFLAGS_KERNEL AFLAGS AFLAGS_KERNEL
export NETWORKS DRIVERS LIBS HEAD LDFLAGS LINKFLAGS MAKEBOOT ASFLAGS export NETWORKS DRIVERS LIBS HEAD LDFLAGS LINKFLAGS MAKEBOOT ASFLAGS
.S.s: .S.s:
$(CPP) $(AFLAGS) -traditional -o $*.s $< $(CPP) $(AFLAGS) $(AFLAGS_KERNEL) -traditional -o $*.s $<
.S.o: .S.o:
$(CC) $(AFLAGS) -traditional -c -o $*.o $< $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -traditional -c -o $*.o $<
Version: dummy Version: dummy
@rm -f include/linux/compile.h @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