File: Makefile

package info (click to toggle)
dlt-daemon 3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,296 kB
  • sloc: ansic: 58,041; cpp: 16,199; sh: 1,769; xml: 1,440; python: 376; makefile: 32
file content (7 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
obj-m := mod_system_logger.o
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
	$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
clean:
	$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean