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:18:06 -0500 |
commit | 8ba3dae87349db09064e46b83a31890723bc6e77 (patch) | |
tree | 8f57be3f026b640e97f2d1e137d3a669de8d9afe /src | |
parent | 13e487f886cdea183f86f6e8b93d8bdde7bc8fa4 (diff) | |
download | initscripts-8ba3dae87349db09064e46b83a31890723bc6e77.tar initscripts-8ba3dae87349db09064e46b83a31890723bc6e77.tar.gz initscripts-8ba3dae87349db09064e46b83a31890723bc6e77.tar.bz2 initscripts-8ba3dae87349db09064e46b83a31890723bc6e77.tar.xz initscripts-8ba3dae87349db09064e46b83a31890723bc6e77.zip |
Remove kmodule.
Diffstat (limited to 'src')
-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 |