mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:09:55 +02:00
5ef70c6dac
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22458 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
342 B
Diff
13 lines
342 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -2,8 +2,7 @@ KERNEL_BUILD_PATH ?= "/lib/modules/$(she
|
|
|
|
XVM = sub-projects/allocators/xvmalloc-kmod
|
|
LZO = sub-projects/compression/lzo-kmod
|
|
-EXTRA_CFLAGS := -DCONFIG_RAMZSWAP_STATS \
|
|
- -Wall
|
|
+EXTRA_CFLAGS := -Wall
|
|
|
|
obj-m += ramzswap.o $(LZO)/lzo1x.o
|
|
ramzswap-objs := ramzswap_drv.o $(XVM)/xvmalloc.o
|