Commit 6c1da996 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Remove silly rule to remove -pg from cflags.

parent 10823750
......@@ -10,6 +10,3 @@ obj-y := bootstr.o devops.o init.o memory.o misc.o \
tree.o console.o printf.o p1275.o map.o
include $(TOPDIR)/Rules.make
%.o: %.c
$(CC) $(subst -pg,,$(CFLAGS)) -c $<
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