Skip to content

Commit

Permalink
Revert "kbuild: add scorpion build flags"
Browse files Browse the repository at this point in the history
This reverts commit 0a76aa4.
  • Loading branch information
drewis committed Jul 7, 2012
1 parent e796747 commit 11a45b7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Makefile
Expand Up @@ -341,12 +341,11 @@ CHECK = sparse

CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
-Wbitwise -Wno-return-void $(CF)
SCORPION_FLAGS = -march=armv7-a -mfpu=neon -ffast-math
CFLAGS_MODULE = -DMODULE $(SCORPION_FLAGS)
AFLAGS_MODULE = -DMODULE $(SCORPION_FLAGS)
LDFLAGS_MODULE = -T $(srctree)/scripts/module-common.lds
CFLAGS_KERNEL = $(SCORPION_FLAGS)
AFLAGS_KERNEL = $(SCORPION_FLAGS)
CFLAGS_MODULE =
AFLAGS_MODULE =
LDFLAGS_MODULE =
CFLAGS_KERNEL =
AFLAGS_KERNEL =
CFLAGS_GCOV = -fprofile-arcs -ftest-coverage


Expand Down

0 comments on commit 11a45b7

Please sign in to comment.