mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
7 lines
94 B
Makefile
7 lines
94 B
Makefile
|
obj-m := gptimers-example.o
|
||
|
|
||
|
all: modules
|
||
|
|
||
|
modules clean:
|
||
|
$(MAKE) -C ../.. SUBDIRS=$(PWD) $@
|