Skip to content

Commit

Permalink
more cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed May 27, 2016
1 parent feb2959 commit 65590e3
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 588 deletions.
8 changes: 3 additions & 5 deletions Makefile
Expand Up @@ -349,11 +349,9 @@ LINUXINCLUDE := -I$(srctree)/arch/$(hdr-arch)/include -Iinclude \

KBUILD_CPPFLAGS := -D__KERNEL__

KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common \
-Werror-implicit-function-declaration \
-Wno-format-security \
-fno-delete-null-pointer-checks
KBUILD_CFLAGS := -Wall -fno-strict-aliasing -fno-common \
-fno-delete-null-pointer-checks -w

KBUILD_AFLAGS := -D__ASSEMBLY__

# Read KERNELRELEASE from include/config/kernel.release (if it exists)
Expand Down
Binary file removed arch/arm/boot/Image
Binary file not shown.
Binary file removed arch/arm/boot/compressed/piggy.gzip
Binary file not shown.
Binary file removed arch/arm/boot/compressed/vmlinux
Binary file not shown.
70 changes: 0 additions & 70 deletions arch/arm/boot/compressed/vmlinux.lds

This file was deleted.

Binary file removed arch/arm/boot/uImage
Binary file not shown.
Binary file removed arch/arm/boot/zImage
Binary file not shown.

0 comments on commit 65590e3

Please sign in to comment.