packages: clean up the package folder
[openwrt/staging/wigyori.git] / package / kernel / ep80579-drivers / patches / 002-cflags_cleanup.patch
1 --- a/build_system/build_files/common.mk
2 +++ b/build_system/build_files/common.mk
3 @@ -122,7 +122,7 @@ CC=$(COMPILER)
4 LD=$(LINKER)
5 AR=$(ARCHIVER)
6
7 -CFLAGS+=-O2
8 +#CFLAGS+=-O2
9
10
11 PWD= $(shell pwd)
12 --- a/build_system/build_files/OS/linux_2.6.mk
13 +++ b/build_system/build_files/OS/linux_2.6.mk
14 @@ -80,7 +80,7 @@ endif
15
16
17 ifeq ($(OS_LEVEL), kernel_space)
18 -CFLAGS+=
19 +#CFLAGS+=
20 endif
21
22