diff options
author | Bill Nottingham <notting@redhat.com> | 2010-01-05 12:16:16 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-01-05 12:16:16 -0500 |
commit | 5cce09ca73f2e24686c5f8a6a2f5a348626ee434 (patch) | |
tree | 086dd38e79ad73236ab24245bde79f94986cfa57 /src/Makefile | |
parent | 5a4ce6c3a3316801b1a484713ab54e101605f7c9 (diff) | |
download | initscripts-5cce09ca73f2e24686c5f8a6a2f5a348626ee434.tar initscripts-5cce09ca73f2e24686c5f8a6a2f5a348626ee434.tar.gz initscripts-5cce09ca73f2e24686c5f8a6a2f5a348626ee434.tar.bz2 initscripts-5cce09ca73f2e24686c5f8a6a2f5a348626ee434.tar.xz initscripts-5cce09ca73f2e24686c5f8a6a2f5a348626ee434.zip |
Remove kmodule.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 9b984174..e64abb6c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -81,9 +81,6 @@ ppp-watch.o: ppp-watch.c rename_device: rename_device.c $(CC) $(CFLAGS) `pkg-config glib-2.0 --cflags` -o $@ $< `pkg-config glib-2.0 --libs` -kmodule: kmodule.o - $(CC) $(LDFLAGS) -o $@ $< -lpopt -lkudzu -lpci - console_init.o: console_init.c $(CC) $(CFLAGS) `pkg-config glib-2.0 --cflags` -c console_init.c -o console_init.o |