xref: /aosp_15_r20/external/kmod/libkmod/Makefile (revision cc4ad7da8cefe208cb129ac2aa9a357c7c72deb2)
1*cc4ad7daSAndroid Build Coastguard Worker#  Copyright 2010 Lennart Poettering
2*cc4ad7daSAndroid Build Coastguard Worker#
3*cc4ad7daSAndroid Build Coastguard Worker# This file has been copied from systemd. It is a dirty trick to simplify
4*cc4ad7daSAndroid Build Coastguard Worker# compilation when CWD is not the root of the source tree. This file is not
5*cc4ad7daSAndroid Build Coastguard Worker# intended to be distributed.  So, don't touch it, even better ignore it!
6*cc4ad7daSAndroid Build Coastguard Worker
7*cc4ad7daSAndroid Build Coastguard Workerall:
8*cc4ad7daSAndroid Build Coastguard Worker	$(MAKE) -C ..
9*cc4ad7daSAndroid Build Coastguard Worker
10*cc4ad7daSAndroid Build Coastguard Workerclean:
11*cc4ad7daSAndroid Build Coastguard Worker	$(MAKE) -C .. clean
12*cc4ad7daSAndroid Build Coastguard Worker
13*cc4ad7daSAndroid Build Coastguard Worker.PHONY: all clean
14