14 lines
323 B
Diff
14 lines
323 B
Diff
|
diff --git a/Makefile b/Makefile
|
||
|
index 293002e..0990284 100644
|
||
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -5,8 +5,6 @@ endif
|
||
|
# Or specific version
|
||
|
#TARGET = 2.6.33.5
|
||
|
|
||
|
-KERNEL_MODULES = /lib/modules/$(TARGET)
|
||
|
-
|
||
|
ifneq ("","$(wildcard /usr/src/linux-headers-$(TARGET)/*)")
|
||
|
# Ubuntu
|
||
|
KERNEL_BUILD = /usr/src/linux-headers-$(TARGET)
|