]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: add KERNELDIR
authorSage Weil <sage@newdream.net>
Sat, 16 May 2009 20:39:48 +0000 (13:39 -0700)
committerSage Weil <sage@newdream.net>
Sat, 16 May 2009 20:39:48 +0000 (13:39 -0700)
debian/rules.modules.in

index 4e080263730b6a065348994b73a34969ebd19a85..4e22a3fe7b88d8e0905a1dba4db48d7a5fd4e37d 100644 (file)
@@ -31,7 +31,7 @@ kdist_configure: prep-deb-files
 # kdist* rules. It is responsible for cleaning up any changes that have
 # been made by the other kdist_commands (except for the .deb files created)
 kdist_clean:
-       @$(MAKE) $(MFLAGS) clean
+       @$(MAKE) $(MFLAGS) KERNELDIR=$(KSRC) clean
 
 ### end  KERNEL SETUP