diff --git a/Makefile b/Makefile index ceb060adb..109a12406 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,8 @@ SH := bash MAKE := make OBJCOPY := $(CROSS_COMPILE)objcopy +CFLAGS += $(USERCFLAGS) + # # Fetch ARCH from the uname if not yet set #