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

as-flags.diff

parent 764b6acf
......@@ -245,14 +245,14 @@ MRPROPER_DIRS = \
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
.S.s:
$(CPP) $(AFLAGS) -traditional -o $*.s $<
$(CPP) $(AFLAGS) $(AFLAGS_KERNEL) -traditional -o $*.s $<
.S.o:
$(CC) $(AFLAGS) -traditional -c -o $*.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