13 lines
258 B
Diff
13 lines
258 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 75a6bc1..6021d42 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -30,7 +30,6 @@ all:
|
|
|
|
install: all
|
|
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) modules_install
|
|
- cp -r usr /
|
|
|
|
clean:
|
|
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) clean
|