14 lines
523 B
Diff
14 lines
523 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig 2009-06-17 17:43:42.000000000 +0200
|
|
+++ Makefile 2009-06-17 17:48:59.000000000 +0200
|
|
@@ -6,7 +6,7 @@ all: irqbalance
|
|
LIBS=bitmap.o irqbalance.o cputree.o procinterrupts.o irqlist.o placement.o activate.o network.o powermode.o numa.o classify.o
|
|
|
|
irqbalance: .depend $(LIBS)
|
|
- gcc $(CFLAGS) $(LDFLAGS) $(LIBS) -o irqbalance
|
|
+ gcc $(CFLAGS) $(LIBS) -o irqbalance $(LDFLAGS)
|
|
|
|
clean:
|
|
rm -f irqbalance *~ *.o .depend
|