diff --git a/Makefile b/Makefile index 2f9620e4..d751946d 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,8 @@ endef $(call allow-override,CC,$(CROSS_COMPILE)gcc) $(call allow-override,AR,$(CROSS_COMPILE)ar) +MAKE:=$(MAKE) CC=$(CC) + EXT = -std=gnu99 INSTALL = install