From: Victor Martinez Date: Thu, 25 Oct 2012 23:26:16 +0000 (+0000) Subject: Fixed modules packagement X-Git-Url: http://gitweb/?a=commitdiff_plain;h=00aebb7e1cd232c25652de5de61f7bb791d4bd04;p=kernel%2Fraspberrypi.git Fixed modules packagement --- diff --git a/Makefile b/Makefile index 6245e8c..23b7125 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,8 @@ $(WORK)/modules-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION) touch $(WORK)/modules-$(KERNEL_VERSION) $(WORK)/modules-$(KERNEL_VERSION).tar.xz: $(WORK)/modules-$(KERNEL_VERSION) - cd $(WORK) && \ - tar cvJf modules-$(KERNEL_VERSION).tar.xz modules-$(KERNEL_VERSION) + cd $(WORK)/modules-$(KERNEL_VERSION) && \ + tar cvJf $(WORK)/modules-$(KERNEL_VERSION).tar.xz * touch $(WORK)/modules-$(KERNEL_VERSION).tar.xz modules: $(WORK)/modules-$(KERNEL_VERSION).tar.xz