e1000: Use hw, er32, and ew32
[sfrench/cifs-2.6.git] / Makefile
index 5efdd88db85037419b16e0e52d6fb8fa8ef02106..6192922de9c06e7d6b648944ebbde0db96d9c596 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -507,6 +507,8 @@ else
 KBUILD_CFLAGS  += -O2
 endif
 
+include $(srctree)/arch/$(SRCARCH)/Makefile
+
 ifneq (CONFIG_FRAME_WARN,0)
 KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN})
 endif
@@ -515,8 +517,6 @@ endif
 # Arch Makefiles may override this setting
 KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
 
-include $(srctree)/arch/$(SRCARCH)/Makefile
-
 ifdef CONFIG_FRAME_POINTER
 KBUILD_CFLAGS  += -fno-omit-frame-pointer -fno-optimize-sibling-calls
 else