Skip to content

Commit 72abb9e

Browse files
committed
Updated to Kernel 3.11
1 parent 0c3a1a8 commit 72abb9e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
CROSS_COMPILE=arm-linux-gnueabi-
2-
31
ifneq ($(KERNELRELEASE),)
42
obj-m := soft_pwm.o
53

64
else
75
PWD := $(shell pwd)
8-
KDIR ?= $(PWD)/../linux-2.6.38/
96

107
modules:
118
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules

soft_pwm.ko

2.69 KB
Binary file not shown.

0 commit comments

Comments
 (0)