diff options
author | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-10-02 00:18:11 +0530 |
---|---|---|
committer | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-10-02 00:18:11 +0530 |
commit | 41734cb2bc1be3eb72931e1277aa46ef36702938 (patch) | |
tree | a8f1adacc984432f347c0bea761743e0477807cb /debian/rules | |
parent | 928728046e677d8f63400a2018bde2854503c08b (diff) |
Revert " add toplevel module makefile"
This reverts commit 928728046e677d8f63400a2018bde2854503c08b.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 8172bd7..716f550 100755 --- a/debian/rules +++ b/debian/rules @@ -70,9 +70,6 @@ override_dh_install: done cp module/* debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/ - # create toplevel module Makefile - echo "obj-m = kernel/" > debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/Makefile - # Prepare dkms.conf from the dkms.conf.in template sed "s/__VERSION__/$(DEB_UPSTREAM_VERSION)/g" debian/dkms.conf.in > debian/$(pdkms)/usr/src/$(PACKAGE)-$(DEB_UPSTREAM_VERSION)/dkms.conf |