equal
deleted
inserted
replaced
54 #---------------------------------------------------------------- |
54 #---------------------------------------------------------------- |
55 |
55 |
56 ifneq ($(wildcard kernel.conf),) |
56 ifneq ($(wildcard kernel.conf),) |
57 include kernel.conf |
57 include kernel.conf |
58 else |
58 else |
59 KERNEL_DIR := /lib/modules/`uname -r`/build |
59 KERNEL_DIR := /lib/modules/$(shell uname -r)/build |
60 endif |
60 endif |
61 |
61 |
62 CURRENT_DIR := $(shell pwd) |
62 CURRENT_DIR := $(shell pwd) |
63 |
63 |
64 modules: |
64 modules: |