Skip to content

Commit

Permalink
fixed make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
wjasper committed Sep 14, 2017
1 parent 6cf0e98 commit 43af006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCI/pci-dda0X-12/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test-dda0X-12: test-dda0X-12.c
clean:
rm -f *.o *~ \#* .pci-dda0X-12.*.cmd pci-dda0X-12.mod.c .dda0X-12.*.cmd $(TARGETS)
rm -rf .tmp_versions
$(MAKE) -C $(KDIR) M=$(PWD) modules
$(MAKE) -C $(KDIR) M=$(PWD) clean

dist:
make clean
Expand Down

0 comments on commit 43af006

Please sign in to comment.