summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e0416f1..944d705 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,13 @@
# Build an ELF linux+filesystem image
-#CPPFLAGS += -DSMP
-#CPPFLAGS += -DUSE_INITRD
-CPPFLAGS += -DTHUMB2_KERNEL
+CPPFLAGS += -DSMP
+CPPFLAGS += -DUSE_INITRD
+#CPPFLAGS += -DTHUMB2_KERNEL
CPPFLAGS += -march=armv7-a
+CPPFLAGS += -DVEXPRESS
# MPS (Cortex-M3) definitions
-#CPPFLAGS += -DMACH_MPS
+#CPPFLAGS += -DMACH_MPS -DTHUMB2_KERNEL
#CPPFLAGS += -march=armv7-m
#CPPFLAGS += -mthumb -Wa,-mthumb -Wa,-mimplicit-it=always