]> git.ipfire.org Git - thirdparty/kmod.git/blob - libkmod/Makefile
depmod: prevent module dependency files missing during depmod invocation
[thirdparty/kmod.git] / libkmod / Makefile
1 # Copyright 2010 Lennart Poettering
2 #
3 # This file has been copied from systemd. It is a dirty trick to simplify
4 # compilation when CWD is not the root of the source tree. This file is not
5 # intended to be distributed. So, don't touch it, even better ignore it!
6
7 all:
8 $(MAKE) -C ..
9
10 clean:
11 $(MAKE) -C .. clean
12
13 .PHONY: all clean