Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5090fce

Browse files
committedSep 14, 2017
style Makefile
1 parent 0379aed commit 5090fce

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
 

‎Makefile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
#
22
# Makefile for the ipvs modules.
33
#
4-
udis86_extra-objs-y := udis86/decode.o \
5-
udis86/syn-intel.o \
6-
udis86/itab.o \
7-
udis86/syn-att.o \
8-
udis86/syn.o \
9-
udis86/udis86.o
10-
11-
hello-objs := hello_core.o inl_hook.o $(udis86_extra-objs-y)
124

135
obj-m += hello.o
146

@@ -18,6 +10,15 @@ PWD := $(shell pwd)
1810
EXTRA_CFLAGS += -I$(shell pwd)/udis86/
1911
EXTRA_CFLAGS += -O -g
2012

13+
udis86_extra-objs-y := udis86/decode.o \
14+
udis86/syn-intel.o \
15+
udis86/itab.o \
16+
udis86/syn-att.o \
17+
udis86/syn.o \
18+
udis86/udis86.o
19+
20+
hello-objs := hello_core.o inl_hook.o $(udis86_extra-objs-y)
21+
2122
modules:
2223
make -C $(KDIR) M=$(PWD) EXTRA_CFLAGS="$(EXTRA_CFLAGS)" modules
2324

0 commit comments

Comments
 (0)
Please sign in to comment.